https://github.com/abdallahhemdan/maze-generator
🐀A maze generator is a flexible size random maze implemented using Union Find Set (Disjoint Set)
https://github.com/abdallahhemdan/maze-generator
cpp disjoint-set maze-algorithms maze-creation maze-game maze-generator union-find-set
Last synced: 6 months ago
JSON representation
🐀A maze generator is a flexible size random maze implemented using Union Find Set (Disjoint Set)
- Host: GitHub
- URL: https://github.com/abdallahhemdan/maze-generator
- Owner: AbdallahHemdan
- License: mit
- Created: 2019-03-10T22:05:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-22T13:48:51.000Z (over 6 years ago)
- Last Synced: 2025-04-23T19:12:58.036Z (6 months ago)
- Topics: cpp, disjoint-set, maze-algorithms, maze-creation, maze-game, maze-generator, union-find-set
- Language: C++
- Homepage:
- Size: 15.4 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐀Maze-Generator
- A maze generator is a flexible size random maze implemented using Union Find Set (Disjoint Set)