rchillyard / The-repository-formerly-known-as

2 stars 12 forks source link

HuskySort using Collator doesn't sort in correct order #53

Open NiftyMule opened 2 years ago

NiftyMule commented 2 years ago

HuskySort using Collator doesn't use Collator.compare() in second pass when fixing remaining insertionSort

rchillyard commented 2 years ago

Yes, HuskySort sorts Chinese in Unicode order which, at the time, seemed appropriate. Part of the rationale for the Fall 2021 Team Project (INFO 6205) was to figure out exactly how it should be done properly. This is being fixed in the branch