Skip to content

jasperhuangg/pathfinding-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinding Algorithm Visualizer

A visualizer to help people with learning pathfinding algorithms. Built with Javascript and CSS Animations.

Demo

https://jasperhuangg.github.io/pathfinding-visualizer

Algorithms Covered:

  • Greedy Best First Search
  • Dijkstra's Algorithm
  • A* Search
  • Bidirectional A* Search

Features:

  • Choose different speeds to watch algorithm execution.
  • Place weights and walls by clicking and dragging to alter how the algorithms behave.
  • Choose color themes for algorithm visualization.