TheAlgorithms / JavaScript

Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
https://the-algorithms.com/language/javascript
GNU General Public License v3.0
31.77k stars 5.44k forks source link

[FEATURE]: Hash Table Data Structure #1623

Closed miladsade96 closed 4 months ago

miladsade96 commented 4 months ago

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

raklaptudirm commented 4 months ago

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