Registry / utility / cpp-sort

cpp-sort

JSON →
library2.1.0vcpkgunverified

Sorting algorithms & related tools for C++14

vcpkg install cpp-sort
INSTALL
IMPORT
SIG · CPP-SORT
C
cpp-sort
utilitycppv2.1.0
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-sort/sorters.h
#include <cpp-sort/sorters.h>

Sort a vector using quick_sort from cpp-sort

#include <cpp-sort/sorters.h> #include <vector> int main() { std::vector<int> v = {3, 1, 4, 1, 5}; cppsort::quick_sort(v); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

cpp-sort — pip install cpp-sort · libregistry