Refactoring and clean-up. It is better organized, but the very basic data structures
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

of the maze are not really suited for Wilson's algorithm.

Another refactoring will be required.
This commit is contained in:
Manuel Friedli 2024-12-24 02:50:45 +01:00
parent 9599be21b3
commit 5e6965fa55
Signed by: manuel
GPG key ID: 41D08ABA75634DA1
23 changed files with 557 additions and 396 deletions

View file

@ -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>