Skip to content
#

sorted-array

Here are 10 public repositories matching this topic...

Tiny, zero-dependency binary search and sorted-array operations (indexOf, includes, insert, remove) 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 Aug 21, 2026
  • JavaScript

Improve this page

Add a description, image, and links to the sorted-array topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more