cpp-sort
Sorting library
A C++14 header-only sorting library providing a flexible and generic way to implement various sorting algorithms
Sorting algorithms & related tools for C++14
629 stars
32 watching
58 forks
Language: C++
last commit: about 1 year ago
Linked from 1 awesome list
algorithmcppcpp14sorting
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A C++ implementation of TimSort, an O(n log n) stable sorting algorithm. | 303 |
| | A comprehensive C sorting library providing various stable and unstable algorithms with generic implementations | 464 |
| | Provides a collection of algorithms for sorting data in a programming language | 17 |
| | An optimized sorting algorithm with O(1) memory usage. | 1,273 |
| | Provides a modular and canonical way to prove the correctness of stable sorting algorithms in Coq. | 22 |
| | C++ formatting library with syntax compatible to C#/Rust/Python | 11 |
| | A sorting algorithm that optimizes performance on non-random access containers and large data types | 19 |
| | Provides machine learning capabilities in C++11 | 9 |
| | C++ implementations of algorithms and data structures | 514 |
| | A high-level C++ peer-to-peer networking library that simplifies network communication by abstracting away low-level details. | 141 |
| | A collection of utility code for low-overhead, cross-platform task-based asynchrony in C++ | 78 |
| | Fast and efficient sorting library for Go with concurrent and parallel capabilities | 133 |
| | A C++ library for managing memory pools with efficient allocation and deallocation | 19 |
| | A C++ parser-combinator library with a natural grammar notation | 122 |
| | Collection of slides, code, and materials from CppCon 2016 presentations on C++ development topics | 1,806 |