Algorithms & Data structures in C++.
180+ Algorithm & Data Structure Problems using C++
This is a repository for the codes that I write for my blog posts at http://kartikkukreja.wordpress.com.
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Sorting algorithms & related tools for C++14
Pattern-defeating quicksort.
A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of large types.
Boost.Sort