Some of the most basic DAA codes in Python and C/C++
-
Greedy Algorithms (Kruskals for MST , SSSPA Dijkstra )
-
Dynamic Programming (APSPA Floyd Warshall , LCS )
-
Backtracking (N-Queen(8-Queen) Problem )
-
Branch & Bound (N-Puzzle(15-Puzzle) Problem )
-
String Matching Algorithms (Naive SMA , Rabin-Karp SMA )