ayush0801 / Algo-Visualizer

This project is developed with React to help people to view algorithmic processes intuitively and entertainingly. You may visit this website on your browser (use full screen view to achieve better experience).
https://cosmic-moxie-05df0c.netlify.app/
2 stars 2 forks source link

Addition of DFS to the path finding algorithm #4

Open ayush0801 opened 1 year ago

Devrishi-Dutta commented 1 year ago

Please assign me this issue

Devrishi-Dutta commented 1 year ago

@ayush0801 The code given for the dfs algorithm is not working. I am saying this because when I am replacing the dfs code with astar or dijikstra then it functioning properly. Also we cannot find shortest path using dfs as it will give a very high time complexity.

Devrishi-Dutta commented 1 year ago

I did all other changes required for the dfs algo , only using astar algo for the dfs path finder , can I make a pr?

ayush0801 commented 1 year ago

Yeah, sure. Go ahead

Devrishi-Dutta commented 11 months ago

@ayush0801 can you please review my pr so that I can work on issue #2 without conflicts?