Skip to content

shardhrv/SearchAlgoVisualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Search Algorithm Visualiser

by shardhrv

Two Processing files that each have an implementation of A* and Dijkstra Pathfinding algorithms in order to find the best possible.

TODO

  • Standardise Node Class
  • Refactor code to be in-line with OOP principles
  • Expand to other search algorithms

Features

  • Creates a randomly generated map to traverse for A* and Dijkstra
  • Can track the progress of the algorithm visually

A great helper tool in order to better understand the inner workings of pathfinding algos.

About

Visualiser made in processing to visualise different search algorithms. Currently implemented Dijkstra and A* algorithms.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors