Skip to content

ShreevathsaGP/BFSVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: