109 packages found
A fully persistent balanced binary search tree
Better binary searching
Implementation of binary search trees and red black trees
Better binary searching
A small javascript library that allows you to implement most tree data structures
Use binary search to find a range of matching elements
Binary Search Tree in Javascript
A binary tree visualizer
binary search for highload projects
Typed data structures, algorithms, and utility functions library for JavaScript/TypeScript
- typescript
- data
- structures
- collections
- generics
- linked
- list
- dictionary
- binary
- search
- tree
- key
- value
- stack
- View more
Better binary searching, safe for the web (without eval)
AceBase realtime database. Open source firebase alternative for nodejs and browser, with additional features: indexes, geo, fulltext, queries, custom storage, offline usage, synchronization, live data proxies and more
- binary
- fast
- low-memory
- lightweight
- schemaless
- realtime
- database
- db
- json
- json database
- nosql
- nosql database
- object store
- document store
- View more
a small binary search function independent of container
Iteration in the way binary search iterate
A fully persistent balanced binary search tree. Typed version
Data oriented tree structure that unleashes the power of callbacks to create, search and traverse the tree.
- node
- graph
- tree
- binary
- data-tree
- data
- binary-tree
- search-tree
- BFS
- DFS
- import tree
- export tree
- search
- BST
- View more
Javascript implementation of Binary Search Tree
> In computer science, binary search trees (BST), sometimes called ordered or sorted binary trees, are a particular type of container: data structures that store "items" (such as numbers, names etc.) in memory. By https://en.wikipedia.org/wiki/Binary_sea
A fully persistent balanced binary search tree
This is a basic implementation of a sorted array, designed to maintain a collection of items in such a way that it can easily be searched via binary search. Built with effeciency and ease of use in mind.