-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
datastructureA spec for a DataStructure implementationA spec for a DataStructure implementationfeatureNew featureNew featureup-for-grabs
Description
Implement a simple hashmap
Checklist
- implementation
- tests
- jsdoc
Specifics
- default size is base2 divisible
- getValue
- setValue
- use a common hash implementation
- resize?
- hash any type?
Notes
References
- How To Implement A Hash Table - Youtube - link description
Metadata
Metadata
Assignees
Labels
datastructureA spec for a DataStructure implementationA spec for a DataStructure implementationfeatureNew featureNew featureup-for-grabs