Skip to content

Make nodes private/protected inside LinkedList #15

@Pauloparakleto

Description

@Pauloparakleto

Given a linked list, we should not have access to nodes digging the head

linked_list.head.next_node.next_node 

We should only reach given node through linked_list.finds methods.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions