Skip to content

CC31#32

Open
MeStock wants to merge 11 commits into
masterfrom
CC31
Open

CC31#32
MeStock wants to merge 11 commits into
masterfrom
CC31

Conversation

@MeStock

@MeStock MeStock commented Jun 22, 2019

Copy link
Copy Markdown
Owner
  • Hashmap class
  • get() method
  • add() method
  • contains() method
  • hash() method
  • unit testing
  • Adding a key/value to your hashtable results in the value being in the data structure
  • Retrieving based on a key returns the value stored
  • Successfully returns null for a key that does not exist in the hashtable
  • Successfully handle a collision within the hashtable
  • Successfully retrieve a value from a bucket within the hashtable that has a collision
  • Successfully hash a key to an in-range value
  • whiteboard

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

Successfully merging this pull request may close these issues.

1 participant