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
- Host: GitHub
- URL: https://github.com/warborn/algorithms
- Owner: warborn
- License: mit
- Created: 2017-09-23T01:28:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-01T01:39:10.000Z (over 8 years ago)
- Last Synced: 2025-01-15T04:40:52.872Z (about 1 year ago)
- Topics: algorithms, computer-science, data-structures, interview-preparation, ruby
- Language: Ruby
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)