Skip to content

amitjoshi438/PathFind

This branch is 18 commits behind KUNAL-FALCON/PathFind:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

303ef4f · Jul 8, 2020

History

9 Commits
Jul 8, 2020
Jul 8, 2020

Repository files navigation

PathFind

Finding path in 2D maze\

Implemented:\ 1.Astar Algo
2.Dijkstra Algo\

Added:
1.Diagonals select option
2.Clear Grid and Cancel Search Button\ 3.1.Deactivation of Search and Clear button during search
4.Removal of previous path on just clicking once
5.Conformation popup

Improved:
1.converted functions to class
2.Diagonal path code.If top and right cells are wall then it is practically not possible to make diagonal between them\

Bugs Fixes:\ 1.Microsoft Edge Compatible
2.Fixed bug that was causing memory out error if we run Dijkstra before Astar 3.Now cannot draw anyting inbetween search is happening

About

Finding path in 2D maze

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Other 0.1%