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 (mainly the unchecked python ones) or shamelessly stolen from the internet.
I'd love to have contributors, all feedback is welcome! Take a look at CONTRIBUTING
- googlecodejam
- array
- backtrack
- bfs
- bit
- calculator
- dfs
- dp
- graph
- heap
- linkedlist
- map
- maths
- matrix
- queues
- search
- set
- sort
- stack
- strings
- tree
- union-find