Skip to content

maze solving algos, maybe some AI? redux, react, and tooling!

Notifications You must be signed in to change notification settings

stevie-sh/board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goals:

  • put something to display on website that utilizes a redux component and displays a grid or a square-like figure to explore path finding algorithms and maze-solvers

  • entry to A* and other path-finders

  • get used to webstorm

  • learn more redux-specific things

  • get in the process of posting nanoapps onto blog

  • hope to make it possible to have a webserver to give instructions to pathfinder.

PathFinders or Similar Things to Visualize

  • Classic BFS
  • Classic DFS
  • Djikstra
  • A*
  • Flood Fill Variant?
  • Perhaps some Union-Find variant.

TODO (not ordered):

  • get react to be publicly accessible on clientside (DONE)
  • move out public folder. (DONE)
  • put out onto the domain even if incomplete. (NEXT)
  • display everything.

About

maze solving algos, maybe some AI? redux, react, and tooling!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published