Skip to content

Commit 301c84c

Browse files
author
computer0101
committed
update documentation to add 8 puzzle using a star algorithm
1 parent 7b3327f commit 301c84c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ go run graph.go traversal.go
3434
1. **algorithms** -
3535
- _01knapsack_dp_ - 0-1 Knapsack Problem using Dynamic Programming
3636
- _a_star_ -
37+
- _8_puzzle_ - 8 Puzzle problem using A<sup>\*</sup> Algorithm
3738
- _directed_graph_ - A<sup>\*</sup>&nbsp; Algorithm for directed graph
3839
- _undirected_graph_ - A<sup>\*</sup>&nbsp; Algorithm for undirected graph
3940
- _activity_selection_gp_ - Activity Selection using Greedy Programming

0 commit comments

Comments
 (0)