hash-table-ds

1.0.0 • Public • Published

hash-table

Hash Table implementation in JavaScript

Installation & Usage :

 
npm install hash-table-ds
 
const HashTable = require("hash-table-ds");
 
let ht = new HashTable();
 
ht.set('name', 'kumar'); // Set key value pair in hash table
bst.get(name); // Get value from the hash table
bst.keys(); // Returns keys array
bst.values() // Returns unique values array

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i hash-table-ds

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    7.48 kB

    Total Files

    5

    Last publish

    Collaborators

    • kumar_gaurav_mishra