Algorithm visualization illustrates how algorithms work in a graphical way. It's aims is to simplify and deepen the understanding of algorithms operation. Currently two algortihms are implemented: Breadth First Search and A-Star. The application allows the user to draw 'walls', set starting and ending point and reset the board.
Make sure to have Python installed and run python -m pip install -r requirements
in the repository folder.
Licensed under the MIT License.