Skip to content

Xrenya/Algorithms

Repository files navigation

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

About

All Algorithms implemented in Python/C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published