Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd tests and improve documentation on new sorting algorithms #97
Conversation
This effectively standardizes the function arguments for all the new sorting algorithms to be consistent with the other ones. Also fixes a few bugs and performs some style improvements, such as moving documentation of functions to after the function definition instead of before, and adding documentation where it is missing.
This effectively standardizes the function arguments for all the new
sorting algorithms to be consistent with the other ones. Also fixes a few
bugs and performs some style improvements, such as moving documentation
of functions to after the function definition instead of before, and
adding documentation where it is missing.