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

https://github.com/petroniuss/mazesolver

Piece of software generating and solving mazes!
https://github.com/petroniuss/mazesolver

Last synced: 2 months ago
JSON representation

Piece of software generating and solving mazes!

Awesome Lists containing this project

README

        

# MazeSolver
Piece of software that generates random maze using:
- division algorithm
- randomized kruskal

And then solves it using:
- dijkstra
- bfs
- dfs

Output of a program - soved maze - is saved as an image.

## Example of a generated maze (3000 x 3000) solved by dfs.
![alt text](https://github.com/TemporaryResident/MazeSolver/blob/master/generated_dfs.png)