Skip to content

SegmentationViolator/Wegsuche

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wegsuche

A graphical visualizer for various path finding algorithms

Usage

Enter the development shell

nix develop

Install the non-nix packages

uv sync

Run using uv

uv run python main.py

Showcase

Grid: 32x32

Seed: 1328209556

Root: (0, 0)

Goal: (31, 31)

A* Search

A* GIF

Breadth-First Search

BFS GIF

Bi-directional Breadth-First Search

Bi-BFS GIF

About

A visualizer for various path finding algorithms

Resources

Stars

Watchers

Forks

Contributors