A JavaScript library of sorted array operations
-
Updated
Aug 19, 2021 - TypeScript
A JavaScript library of sorted array operations
TOP 200 #Dev 🏆 LeetCode, Solutions in TypeScript, Shell, Database (T-SQL, PL/SQL, MySQL), Concurrency (Python3). @ S. Leschev. Google Engineering Level: L6+
🏎 A simple typescript binary search algorithm implementation!
npm package to search time series data
A collection of the most famous algorithms implemented in Typescript
Generalized binary search implementation for TypeScript/JavaScript
A TypeScript project that implements a Trie (Prefix Tree) and compares its efficiency—both runtime and memory usage—against Binary Search, using randomly generated datasets. Ideal for educational purposes.
Lightweight JSON database for TypeScript with schema validation, indexed search, and sorting. Zero dependencies. In-memory or file-persisted. Node.js & browser.
🔍 JavaScript and TypeScript implementation of lower_bound and upper_bound for efficient data searching.
Search algorithms built with TypeScript
A collection of the most famous data structures implemented in Typescript
This repository has the didactic purpose of studying the binary search algorithm.
MIME types (IANA media types) can be wrong when the user changes the file extension, this package reads the first bytes of the file to ensure they fit the expectations and reverts to default browser mime types when unsupported
A weighted random item sampler (selector), where the probability of selecting an item is proportional to its weight. The sampling method utilizes a binary search optimization, making it suitable for performance-demanding applications where the set of items is large and the sampling frequency is high.
A hashmap that remembers the past.
A collection of algorithm implementations in TypeScript, focusing on clarity, performance, and well-known problem-solving patterns.
My solutions for LeetCode 75 Study
binary-algorithm-search is an npm package that provides an efficient implementation of the binary search algorithm. It can be used to quickly search for items in a sorted list.
Binary search implementation with explanation
Add a description, image, and links to the binary-search topic page so that developers can more easily learn about it.
To associate your repository with the binary-search topic, visit your repo's landing page and select "manage topics."