Skip to content

Commit

Permalink
Added Biderctional Search
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudHussienMohamed committed May 26, 2023
1 parent 4325d19 commit 40ad577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def validate(args=None):
"A* (A-Star)" : AStar,
"Bellman-Ford" : BellmanFord,
"Floyd-Warshall" : FloydWarshall,
"Bidirectional Search" : BidirectionalSearch,
}

class Window(Tk):
Expand Down

0 comments on commit 40ad577

Please sign in to comment.