Search results
26 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
A simple library for manipulating hash data structures.
A package implementing a HashTable and HashSet
Javascript implementation of a simple hash table data structure
HashMap that supports using one or more keys of any type.
Data structure and graph processing library written in modern JavaScript
- data structures
- javascript
- graph
- undirected graph
- directed graph
- weighted graph
- breadth first search
- BFS
- depth first search
- DFS
- dijkstra
- shortest path
- prim
- minimum spanning tree
- View more
A hash map implementation in JavaScript
A simple Iterable Hash Table written in TypeScript
- hash-table
- hash
- table
- iterable
- iterable-hash-table
- iterable-hashtable
- hashtable
- hash table
- iterable hash table
- hash table loop
- loop
Typescript Data Structures
- data structures
- collections
- generic
- stack
- linked
- linked list
- map
- queue
- tree
- binary tree
- priority queue
- set
- hash
- hash table
Network-agnostic Kademlia Distributed Hash Table
Store key-value pairs on the mainline bittorrent DHT network, and retreive/update them by key name.
Modern Data Structures Written in TS

- ternary search tree
- lexicographic tree
- trie
- set
- string set
- sorted set
- dictionary
- hash table
- word game
- word puzzle
- autocomplete
- prediction
- crossword solver
- anagram
Collection of common data structures / algorithms implemented in TypeScript
Popular data structures for writing efficient programs in JavaScript
Personal project for the practice of basic algorithms and data structures
Tread-safe map structure for worker_threads.
- thread
- worker
- worker_threads
- multithreading
- data sharing
- hash map
- hash table
- shared map
- worker share
- thread safe
- worker_map
Documentation app: [raikuxq-algorithms.netlify.app/guide](https://raikuxq-algorithms.netlify.app/guide)
- algorithms
- data structures
- graph
- undirected graph
- directed graph
- breadth-first
- depth-first
- BFS
- DFS
- shortest path
- binary search tree
- randomized binary search tree
- BST
- dijkstra
- View more
Javascript implementation of a doubly linked-list data structure, with built-in hashtable for O(1) lookups and removals
Hash table
This is data structures module I am creating as a personal project.