ProAlgos / ProAlgos-Cpp

C++ implementations of well-known (and some rare) algorithms, while following good software development practices
MIT License
508 stars 363 forks source link

Typo in Sorting Documentation #386

Closed PhysicsUofRAUI closed 3 years ago

PhysicsUofRAUI commented 3 years ago

Hey. I noticed that Radix Sort is mislabeled as being the eighth algorithm when it is actually the ninth algorithm. I'm going to quickly change it if that is ok.