Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 281 Bytes

readme.MD

File metadata and controls

5 lines (3 loc) · 281 Bytes

Maze solution with Multiple Path Finding Algorithms

Yiuxe Zhang, Zheran Li

Compiles main.cpp and run it(C++14). The program will generate a random maze with DFS. Six different path-finding algorithm will be implemented on the same maze and return the result for comparison.