We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3327f commit 301c84cCopy full SHA for 301c84c
README.md
@@ -34,6 +34,7 @@ go run graph.go traversal.go
34
1. **algorithms** -
35
- _01knapsack_dp_ - 0-1 Knapsack Problem using Dynamic Programming
36
- _a_star_ -
37
+ - _8_puzzle_ - 8 Puzzle problem using A<sup>\*</sup> Algorithm
38
- _directed_graph_ - A<sup>\*</sup> Algorithm for directed graph
39
- _undirected_graph_ - A<sup>\*</sup> Algorithm for undirected graph
40
- _activity_selection_gp_ - Activity Selection using Greedy Programming
0 commit comments