CSRT-NTUA / AlgoPlus

AlgoPlus is a C++17 library for complex data structures and algorithms
https://csrt-ntua.github.io/AlgoPlus
Apache License 2.0
141 stars 20 forks source link

Add quick_sort implementation and adjust merge_sort details #16

Closed Shu-AFK closed 5 months ago

Shu-AFK commented 5 months ago

Quick sort algorithm is implemented and added to the sorting algorithms, including a test case for validation. Added a brief explanation of merge sorts time complexity. Furthermore, the unnecessary string library from the merge_sort's test case is removed.

spirosmaggioros commented 5 months ago

You have very nice implementations, thank's a lot for your time and interest :)