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