beginner-javascript-dsa
a npm package that contains singley linked list, queue, stack, hash table and graph
a npm package that contains singley linked list, queue, stack, hash table and graph
how to import: ``` const HashStore = require('simple-js-hash-store') const hashStore = new HashStore('./data') ``` storing data ``` const reference = hashStore.save('test') ``` if memory encombered you can remove a specific item from memory using it's ref
Hash Table implementation in JavaScript
Hash table implementation.
A simple Iterable Hash Table written in TypeScript
Hash table
[](LICENSE) [](https://www.npmjs.com/package/@nephys/plexus) [  ![GitHub last commit](https://img.shields.io/github/last-commit/fabryscript/
A package implementing Hash Map data structure with various methods for efficient data storage and retrieval.
A powerful and efficient implementation of hash tables for JavaScript, optimized for performance and scalability.
ds-kit is an NPM package provide ready to use famous data structures to JavaScript. It draws inspiration from the structured beauty of C++ STL.