TheAlgorithms / JavaScript

Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.

Home Page:https://the-algorithms.com/language/javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE]: Hash Table Data Structure

miladsade96 opened this issue · comments

Motivation

Implementing a custom hash table class in javascript with all its useful methods such as _hash(), set(), get(), ...

Examples

No response

Possible workarounds

No response

Additional information

No response

Don't open issues for missing algorithms, just create a pull request implementing something and it will be reviewed.