Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 525 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 525 Bytes

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.