Skip to content

Add nested linked list and node class to hashmap.java #1388

@rbshealy

Description

@rbshealy

hashmap.java does not currently run because it lacks a linked list and node class to reference
I think adding a nested linked list class at the bottom of the file is a good work around while also preserving the organization of the repository. Thoughts?

required methods for linked list:
void insert(int z), void delete(int z), void display()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions