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 nested linked list and node class to HashMap.java #1391

Merged
merged 2 commits into from
Aug 7, 2020

Conversation

rbshealy
Copy link
Contributor

@rbshealy rbshealy commented Aug 5, 2020

closes #1388
the nested static classes linked list and node enable the functionality of the HashMap class, allowing users to run the main.java file and test the class. Previous implementations had a separate linked list class that was out of place in the "hashmap" folder

@StepfenShawn StepfenShawn merged commit 4be90d8 into TheAlgorithms:master Aug 7, 2020
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.

Add nested linked list and node class to hashmap.java
2 participants