Skip to content

Rishcursion/pathfinding-visualizer

Repository files navigation

Pathfinding Visualization:

The objective of this project is to apply what i have learned in theory about pathfinding algorithms and demonstrate how they work visually. The application will be written in SvelteKit for the UI and TypeScript for executing the algorithms.

Algorithms To Be Demonstrated:

  • Breadth First Search
  • Depth First Search
  • Best First Search
  • Dijkstra's Algorithm
  • A* Algorithm (With Simple Heuristics)
  • Hill Climb Search (With Simple Heuristics)

Installation

# Clone This Repostiory:
git clone https://www.github.com/Rishcursion/pathfinding-visualizer

cd pathfinding-visualizer

//Using the package manager of your choice:
//npm
npm install 
//pnpm 
pnpm install
//deno 
deno install 
//yarn 
yarn install 

Usage:

//Starting the Vite Server: 
//npm 
npm run dev 
//pnpm 
pnpm run dev 
//deno
deno task dev 

Go to localhost:5173 on your web server to access the visualizer.

About

# Description:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published