/Algorithms

All Algorithms implemented in Python/C++

Primary LanguagePythonMIT LicenseMIT

The Algorithms

All Algorithms implemented in C++/Python

Sorts:

Peak finder:

  • Peak finder 1D: C++, Python
  • Peak finder 2D: C++, Python

Find maximum subarray:

  • Find maximum subarray: C++, Python

Mathematics:

  • Matrix multiplication:
    • Loops (brute-force): C++, Python
    • Falk's scheme: C++, Python

Leetcode problems:

Reference:

  • MIT 6.006 - Introduction to Algorithms