An open API service indexing awesome lists of open source software.

https://github.com/warborn/algorithms

Implementation of some of the data structures & algorithms i've found in books and courses
https://github.com/warborn/algorithms

algorithms computer-science data-structures interview-preparation ruby

Last synced: about 1 year ago
JSON representation

Implementation of some of the data structures & algorithms i've found in books and courses

Awesome Lists containing this project

README

          

# Data Structures and Algorithms

This repository represents my path to learn Data Structures and Algorithms to prepare myself for coding interviews

Here you can find the implementation of data structures and algorithms that i've found in different books and courses along the way

## List of Resources
- [Grokking Algorithms](https://www.amazon.com/Grokking-Algorithms-illustrated-programmers-curious/dp/1617292230)
- [Cracking the Coding Interview [6th Edition]](https://www.amazon.com/Cracking-Coding-Interview-Programming-Questions/dp/0984782850)