Clean examples implementations of data structures and algorithms written in different languages.
- Search
- Sort
- Math
- Cryptography
- Greedy
- Graphs
- String search
- Cluster analysis
- Dynamic Programming
- Data structures
- Backtracking
-
Contributions are always welcome. Language doesn't matter. Just make sure you're implementing an algorithm.
-
PRs are welcome. To begin developing, follow the structure:
algorithm_name/language-name/file_name.extension
-
If there is implementation of the same algorithm in your language add you username in front of the file name
-
Graphical example would be verry helpful too.
-
Don't forget to include tests.
Please include description for the algorithm that you are implementing. It doesn't matter if it's copied from somwhere as long as it helps to people that are learning new algorithm.
Curated list of resources dealing with algorithms.
- Books
- Sites
- Online classes (Free)
- Coding Practice Sites