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

Add Map class #1

Open
5 tasks
bryanjos opened this issue Sep 13, 2017 · 0 comments
Open
5 tasks

Add Map class #1

bryanjos opened this issue Sep 13, 2017 · 0 comments

Comments

@bryanjos
Copy link
Collaborator

This map class must have the following properties

  • Similar API to JavaScript's Map class
  • Allow anything to be a key
  • Match keys by value and not by reference (ex: [1] should equal [1])
  • get should work in constant time
  • has should work in constant time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant