Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HashMap #21

Open
3 tasks
evanplaice opened this issue Dec 23, 2019 · 0 comments
Open
3 tasks

HashMap #21

evanplaice opened this issue Dec 23, 2019 · 0 comments
Labels
datastructure A spec for a DataStructure implementation feature New feature up-for-grabs

Comments

@evanplaice
Copy link
Member

evanplaice commented Dec 23, 2019

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

@evanplaice evanplaice added feature New feature datastructure A spec for a DataStructure implementation up-for-grabs labels Dec 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datastructure A spec for a DataStructure implementation feature New feature up-for-grabs
Projects
None yet
Development

No branches or pull requests

1 participant