Commit Graph

7 Commits

Author SHA1 Message Date
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
Rui Hu
6a89285dd6 Add readme for building 2024-03-14 13:35:49 +08:00
Rui Hu
6782050414 Update unit tests and add performance analyze 2024-03-14 11:30:15 +08:00
Rui Hu
06665d3c1d Finish the document 2024-03-13 11:20:16 +08:00
Rui Hu
494bd6ff76 Add boilerplate for root project 2024-03-12 17:20:38 +08:00