JonasHUL / Algorithms-Fork-Group-15

A collection of algorithms and data structures
MIT License
0 stars 0 forks source link

Improve coverage for tsp() in GeneticAlgorithm_travelingSalesman #14

Open BrionyMeng opened 1 year ago

BrionyMeng commented 1 year ago

This is before tests are added: image

This is after refactoring and 4 tests added. We can see the branch coverage for tsp() and all other functions except main() improved to 100% image