Skip to content

alexwang177/path-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a simulator built in React that helps to visualize various pathfinding algorithms.

Live Demo: "https://alexwang177.github.io/path-finder/"

Features

Pathfinding Algorithms

These algorithms find a path from a start node to an end node.

  • Depth First Search
  • Breadth First Search
  • Dijkstra's Algorithm
  • Bidirectional Search

Maze generation

These algorithms generate a maze that will make the pathfinding more interesting.

  • Recursive Maze Generation
  • Vertical Skew
  • Horizontal Skew

Obstacles

Add custom walls to act as obstacles.

About

Path finding algorithm visualizer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published