feature/wilson-algorithm #10

Merged
manuel merged 6 commits from feature/wilson-algorithm into master 2024-12-24 02:56:26 +01:00

6 commits

Author SHA1 Message Date
5e6965fa55
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.
2024-12-24 02:50:45 +01:00
9599be21b3
Make the Wilson test actually test something.
All checks were successful
continuous-integration/drone/push Build is passing
2024-12-18 01:06:33 +01:00
3bf438ffb9
Add and fix tests for the Serializers.
All checks were successful
continuous-integration/drone/push Build is passing
2024-12-18 01:03:53 +01:00
5a642b354b
Cleanup and refactoring: Eliminate duplicated code. 2024-12-18 00:45:33 +01:00
9579066cb5
Add Serialization V3: Include the name of the algorithm. 2024-12-18 00:24:55 +01:00
cdfa1f4476
Initial - and extremely ugly - version of Wilson's maze algorithm.
All checks were successful
continuous-integration/drone/push Build is passing
2024-12-14 04:30:35 +01:00