rchillyard / The-repository-formerly-known-as

2 stars 12 forks source link

Embedded Husky Sort #17

Closed rchillyard closed 4 years ago

rchillyard commented 4 years ago

Add a fully plain husky sort. introSort with dual pivot quick sort and system sort as post sort.

Sraw commented 4 years ago

Yes, there is no change in QuickSort.java but formatting. I will add some unit tests for the new code when it's structure is finalized. Maybe you want to change something?

rchillyard commented 4 years ago

Take a quick look at this please, although it should be good to merge immediately.

rchillyard commented 4 years ago

Perhaps you could add some unit tests for the pure HuskySort method now, before merging this.