TheAlgorithms/JavaScript

[FEATURE]: Hash Table Data Structure

miladsade96 opened this issue · 1 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.