/Pathfinds

Website visualisation of pathfinding algorithms.

Primary LanguageTypeScriptMIT LicenseMIT

Pathfinds

Pathfinds is web application that visualizes pathfinding algorithms such as Dijkstra, A*, DFS, BFS. It has interactive board with ability to create walls and weights. Application also provides option to generate mazes with Prim's algorithm.

Pathfinds

Tech Stack

Running Locally

  1. Clone the repository

    git clone https://github.com/TheArcus02/Better-GPT.git
  2. Install dependencies using pnpm

    npm install
  3. Start the development server

    npm run dev

How do I deploy this?

Follow the deployment guides for Netlify for more information.

License

Licensed under the MIT License. Check the LICENSE file for details.