All Algorithms implemented in C++/Python
- Insertation sort: C++ Python
- Peak finder 1D: C++, Python
- Peak finder 2D: C++, Python
- Find maximum subarray: C++, Python
- Matrix multiplication:
- Loops (brute-force): C++, Python
- Falk's scheme: C++, Python
- MIT 6.006 - Introduction to Algorithms