Skip to content

Add nested linked list and node class to HashMap.java#1391

Merged
StepfenShawn merged 2 commits into
TheAlgorithms:masterfrom
rbshealy:master
Aug 7, 2020
Merged

Add nested linked list and node class to HashMap.java#1391
StepfenShawn merged 2 commits into
TheAlgorithms:masterfrom
rbshealy:master

Conversation

@rbshealy

@rbshealy rbshealy commented Aug 5, 2020

Copy link
Copy Markdown
Contributor

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