An open API service indexing awesome lists of open source software.

https://github.com/dularawijerathne/path_finder

Developed a maze-solving script in Python, employing the breadth-first search (BFS) algorithm to determine the shortest path between two points within a maze. Implemented the project using the curses library for user interface and visualization.
https://github.com/dularawijerathne/path_finder

breadth-first-search-algorithm python

Last synced: 3 months ago
JSON representation

Developed a maze-solving script in Python, employing the breadth-first search (BFS) algorithm to determine the shortest path between two points within a maze. Implemented the project using the curses library for user interface and visualization.

Awesome Lists containing this project