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.