A repository of different Algorithms and Data Structures implemented in many programming languages.
Clean example implementations of data structures and algorithms written in different languages.
PRs are welcome. To begin developing, follow the structure:
Algorithm-Type/algorithm-name/language-name/file-name.extension
e.g
Sorting/bubble-sort/python/bubble-sort.py
The curated list of resources dealing with algorithms.