Registry / utility / cpp-timsort

cpp-timsort

JSON →
library3.0.1vcpkgunverified

A C++ implementation of timsort

vcpkg install cpp-timsort
INSTALL
IMPORT
SIG · CPP-TIMSORT
C
cpp-timsort
utilitycppv3.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cpp-timsort/timsort.hpp
#include <cpp-timsort/timsort.hpp>

Sort a vector using timsort

#include <cpp-timsort/timsort.hpp> #include <vector> #include <iostream> int main() { std::vector<int> v = {5, 2, 8, 1, 9}; gfx::timsort(v.begin(), v.end()); for (int x : v) std::cout << x << " "; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

cpp-timsort — pip install cpp-timsort · libregistry