Skip to content

michaelscutari/djikstra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Djikstra's Algorithm Visualization

A visualization of Djiksta's algorithm in Python.

Instructions:

  1. Click and drag to add walls rgb(255, 0, 0)
  2. Press space to move on and add start and end points.
  3. Press space again to begin visualization.

There are easy ways to change the delay in the code if you want to slow down the visualization of the pathfinding or drawing the shortest path. Planned A* implementation in the future. Addition of UF also planned.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages