Xrenya / Algorithms

All Algorithms implemented in Python/C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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++

License:MIT License


Languages

Language:Python 93.4%Language:C++ 6.6%Language:C 0.0%