Azure-Abominable-Snowman / cs3733teama

Repo for Team A
2 stars 10 forks source link

Implement 3 more search algorithms of 4 of the following: Dijkstra's algorithm, depth-first, breadth-first, and beam search. #112

Closed LeoQC closed 6 years ago

LeoQC commented 6 years ago

refactored code for Dijstras search and AStar. Made new packages for each algorithm.

ruyuewang commented 6 years ago

BFS done.

LeoQC commented 6 years ago

BeamSearch done.

ruyuewang commented 6 years ago

Fix all the bugs. All tests done.

LeoQC commented 6 years ago

forget to close it

LeoQC commented 6 years ago

bug found

LeoQC commented 6 years ago

all bug fixed