Skip to content

i think the right method in line 204 should be "_delete_node()" #3

Open
@Castagnna

Description

@Castagnna

Hi, I think the right method in line 204 should be "_delete_node()"
because the method self.delete_node() doesn't take a Node object as a parameter.

self.delete_node(successor)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @Castagnna

        Issue actions

          i think the right method in line 204 should be "_delete_node()" · Issue #3 · bfaure/Python3_Data_Structures