Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 209 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 209 Bytes

java_DisjointSetUnionMaze

Building maze with DSU. After creating maze you have path from every point to root. To change startpoint or size just change static values. To compile use jdk(8 version preferred).