9. Algorithms Algoritmia - JulTob/Mathematics GitHub Wiki
๐ Algorithms
๐ Computational Complexity
- ๐ P vs NP mysteries, โsorting puzzleโ with minimal steps.
๐ซ Graph & Dynamic Programming
- ๐ซ Shortest path, scheduling or partition puzzles.
Algorithm
A set of rules to solve a problem in steps. Every Step must be clearly described.