Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.57 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.57 KB

Path Finding Visualizer

About this

This project is my first project made in react.js. In this visualizer, we can visualize different path-finding algorithms like A*, Dijkstra, and maze-generating algorithms by recursive division, etc.

Path Finding Algorithms

Currently, there are two algorithms that can be visualized: A* and Dijkstra.

Maze Generating Algorithms

Currently, there are five maze generating algorithms that can be visualized:

Configuation

In the menu, you can config the following settings:

  • Set the grid to a grid that its nodes are randomly weighted.
  • Algorithm
  • Heuristic
  • How to generate a maze
  • Allow diagonal movement or not
  • Find the path bi-directionally or not