double-ended
There are 5 repositories under double-ended topic.
gaujay/indivi_collection
A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse deque.
udibo/collections
Collection data structures that are not standard built-in objects in JavaScript. This includes a vector (double-ended queue), binary heap (priority queue), binary search tree, and a red black tree.
titsuki/raku-Algorithm-MinMaxHeap
A Raku implementation of double ended priority queue
MuAlphaOmegaEpsilon/CirDeVec
A C++ implementation of a Circular Double-ended Vector data-structure.
BL1NDX3N0N/Converge-Sort
An unstable double-ended selection sort algorithm.