Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timii/pathfinder

Pathfinding algorithms visualized
https://github.com/timii/pathfinder

pathfinder pathfinding-algorithms pathfinding-visualization pathfinding-visualizer svelte svelte3 ts typescript visualization visualizer

Last synced: 7 days ago
JSON representation

Pathfinding algorithms visualized

Awesome Lists containing this project

README

        

# Pathfinder

Pathfinder aims to visualize different pathfinding algorithms, refresh my knowledge and learn about new pathfinding algorithms I haven't used yet.

Try it out here: [timii.github.io/pathfinder/](https://timii.github.io/pathfinder/)

## Currently available algorithms:

- Unweighted
- Breadth First Search
- Depth First Search
- Weighted
- Dijkstra's Algorithm
- A*
- Greedy Best First Search

## Build it yourself

```shell
git clone https://github.com/timii/pathfinder.git
cd pathfinder
```

Open index.html in your web browser to launch the visualizer.

Explore, experiment, and learn about pathfinding algorithms!