Commit graph

7 commits

Author SHA1 Message Date
Adefioye
767c34297f Add score_answer method to word_ladder (#93)
* Add score_answer method to word_ladder
* add unit test for WordLadderDataset::score_answer()

---------

Co-authored-by: Andreas Koepf <andreas.koepf@provisio.com>
2025-02-10 15:15:23 +01:00
Cavit Erginsoy
6c564b3dd9 lint 2025-02-03 11:35:30 +00:00
Cavit Erginsoy
1e27021e11 Merge remote-tracking branch 'upstream/main' 2025-02-03 07:44:32 +00:00
Cavit Erginsoy
35515310f0 Comprehensive test suite for word ladder dataset generation
- Added extensive test coverage for word ladder configuration validation
- Implemented tests for neighbor computation, path finding, and graph caching
- Included performance and edge case tests
- Verified solution optimality and path generation logic
- Added tests for word set loading and pair generation
2025-02-03 07:22:03 +00:00
Cavit Erginsoy
8b8c514f9c update test to match 2025-02-03 03:27:49 +00:00
Andreas Koepf
bf62f631dd lint 2025-01-30 23:14:32 +01:00
Cavit Erginsoy
d57a7947a4 INIT 2025-01-30 21:32:46 +00:00