algorithms-in-python icon indicating copy to clipboard operation
algorithms-in-python copied to clipboard

:octocat: Interactive way to learn Algorithms . Feel free to contribute! :mortar_board:

Algorithm Implementations

This is just a collection of algorithms I wanted to implement in order to improve my understanding. They are NOT optimized and probably shouldn't be used in production code.

Here is the complete list ::

  1. CP

  2. TREES

  3. STRINGS

  4. RECURSION

  5. ARRAY

  6. DP

  7. GEOMETRY

  8. GRAPH

  9. HEAPS

  10. LISTS

  11. DATA-STRUCTURES

  12. UNION-FIND

  13. SORTING AND BASICS

  14. MISC