- A maze is randomly generated with only black and white pixels. The probability of a pixel of being black is maintained at 30%.
- BFS, DFS, Dijkstra's algorithm, Greedy BFS and A* --- these five path finding algorithm is used to find path between the top-left and bottom-right corner pixel.
- Output video links:
Finding a route between start point(126,19) and the end point(257,183) on the given map(276x431).
- Output video links:
Link of the presentation of the project.