sorted-array
Here are 10 public repositories matching this topic...
An array that keeps its elements sorted according to a given sort predicate.
-
Updated
Oct 22, 2024 - Swift
A JavaScript library of sorted array operations
-
Updated
Aug 19, 2021 - TypeScript
Typescript implementations of in-memory cache data-structures for Node and Browser.
-
Updated
Jul 20, 2023 - TypeScript
Tiny, zero-dependency binary search for JavaScript and TypeScript. Every result is a valid Array.splice() index — no bounds checks, no off-by-one. Equivalent to std::lower_bound / bisect_left.
-
Updated
May 6, 2026 - JavaScript
sorted key/value storage for C99
-
Updated
Mar 29, 2025 - C
A plain C implementation of vector and hashtable
-
Updated
Oct 16, 2021 - C++
Data Structures made with C++
-
Updated
Jul 23, 2023 - C++
An array that keeps its elements sorted with advanced comparison capabilities and a built-in support for array of objects
-
Updated
Jan 2, 2024 - TypeScript
Implementação de Vetor Ordenado Genérico (ADT) em C. Utiliza ponteiros void e callbacks de comparação para manter a ordenação na inserção (Insertion Sort logic) com suporte a polimorfismo.
-
Updated
Dec 10, 2022 - C
Implementation of basic data structures written in C++.
-
Updated
Nov 27, 2023 - C++
Improve this page
Add a description, image, and links to the sorted-array topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sorted-array topic, visit your repo's landing page and select "manage topics."