Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

21 lines (21 loc) · 1.03 KB

BFSVisualizer

Breadth First Search Visualizer

Here is the link to the website --> visual-pathfinder.herokuapp.com

You have the ability to:
  1. Visualize how a shortest path is found using BFS.
  2. Draw your own obstacles for the algorithm to move around.
  3. Reset the canvas at any time and redo anything.

This web application utilizes:
  • A Flask web server (very lightweight, only deals with url requests) --> thing.py
  • Javascript for the BFS Algorithm and the entire interactiveness of the web application --> main.js
  • HTML & CSS for a simple styling of the website (one page only) --> pathfinding.html

Screenshots of web application: