Refactoring and clean-up. It is better organized, but the very basic data structures
of the maze are not really suited for Wilson's algorithm. Another refactoring will be required.
This commit is contained in:
parent
9599be21b3
commit
5e6965fa55
23 changed files with 557 additions and 396 deletions
5
pom.xml
5
pom.xml
|
|
@ -74,6 +74,11 @@
|
|||
<groupId>io.vavr</groupId>
|
||||
<artifactId>vavr</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
<version>33.2.1-jre</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.pdfbox</groupId>
|
||||
<artifactId>pdfbox</artifactId>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue