2025-02-15
@soloclouddeveloper
Wilsons algorithm implemented. Indexing different in a couple of places due to Ruby vs Java.
soloclouddeveloper committed on 15 Feb
2025-02-11
@soloclouddeveloper
Implemented Aldous-Broder random walk algorithm
soloclouddeveloper committed on 11 Feb
2025-02-09
@soloclouddeveloper
Implemented maximum path. This generates only one maximum path, there can be more than one of the same length.
soloclouddeveloper committed on 9 Feb
@soloclouddeveloper
Implemented finding shortest path from root cell to any cell in the maze.
soloclouddeveloper committed on 9 Feb
2025-02-08
@soloclouddeveloper
Implemented distance calculations and ability to show or hide distance values. Due to ASCII output, max distance is 36, which equals letter z.
soloclouddeveloper committed on 8 Feb
2025-02-07
@soloclouddeveloper
Added sidewinder algo
soloclouddeveloper committed on 7 Feb
@soloclouddeveloper
binary tree algo working.
soloclouddeveloper committed on 7 Feb
2025-02-06
@soloclouddeveloper
Print row x col ASCII grid
soloclouddeveloper committed on 6 Feb
2025-02-05
@soloclouddeveloper
Implemented BinaryTree algo. Needs testing or at min ability to print grid.
soloclouddeveloper committed on 5 Feb
2025-02-03
@soloclouddeveloper
Math for setting neighbors was incorrect. Added tests to verify neighbors are valid.
soloclouddeveloper committed on 3 Feb
2025-02-02
@soloclouddeveloper
implemented grid, a container of cells, and test cases for grid.
soloclouddeveloper committed on 2 Feb
@soloclouddeveloper
initial commit
soloclouddeveloper committed on 2 Feb