Skip to content

Conversation

filipefalcaos
Copy link
Contributor

Handle collision in the HashMap with a Linked List

@mgechev
Copy link
Owner

mgechev commented May 23, 2015

Thanks! I'll review the code and merge the PR tomorrow.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this.elements[hashCode] might not be defined, I guess the check should be: this.elements[hashCode] === undefined

@mgechev
Copy link
Owner

mgechev commented May 24, 2015

@FilipeFalcaoBatista I added some suggestions, if you don't agree on any of them let me know.

@filipefalcaos
Copy link
Contributor Author

Thanks, man! I will take a look and solve the merge conflicts.

@JakeHP
Copy link
Collaborator

JakeHP commented Jul 15, 2015

#74

@JakeHP JakeHP closed this Jul 15, 2015
@filipefalcaos filipefalcaos deleted the hash-table branch July 20, 2015 03:08
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.

3 participants