Maze Generator
Terminal maze generation using the disjoint-set (union-find) ADT in Rust.
A Rust CLI that generates perfect mazes using Kruskal’s algorithm over the disjoint-set (union-find) data structure. Supports path compression for large mazes and renders them directly in the terminal.
cargo run --release -- -r 7 -c 20