maddiebaka
|
a8796ba886
|
Edit javadoc for clarity, method signature simplification
Make revisions to javadoc for clarity, remove unnecessary phrases, and
simplify calculateNextPermutation() method arguments.
|
2024-03-28 22:56:17 -04:00 |
|
maddiebaka
|
f360c538eb
|
Remove un-used import statements
|
2024-03-28 22:44:50 -04:00 |
|
maddiebaka
|
26ff1404a1
|
Refactor in WriteAwareBruteSolver, add javadoc
Refactor WriteAwareBruteSolver constructor to guard against a situation
in which the class could have an inconsistent internal state
|
2024-03-28 19:13:31 -04:00 |
|
maddiebaka
|
152d9dc3ce
|
Nearest Neighbor solver, basic caching
Add a nearest neighbor solver (WriteAwareBruteSolver) and some basic
caching to the Java API adapter.
Fix a comment typo with an off-by-one error
|
2024-03-28 17:00:25 -04:00 |
|
maddiebaka
|
8386ace107
|
Project architecture and naive solver solution
Set up project architecture interfaces and add a naive implementation
of a solver in DumbBruteSolver
|
2024-03-26 16:26:51 -04:00 |
|