Data Structure and Algorithmic Problems solved in many languages
This repository is inspired by keon's solved problems in Python 3. I wanted to compare solutions across different languages and learn them in the process. Solutions may be my own, from keon's repo or taken from the internet.
Click on the icons to search by language
Contributing
I'd love to have contributors, all feedback is welcome! Take a look at CONTRIBUTING
List of problems
- googlecodejam
- array
- backtrack
- bfs
- bit
- calculator
- dfs
- dp
- graph
- heap
- linkedlist
- map
- maths
- matrix
- queues
- search
- set
- sort
- stack
- strings
- tree
- union-find