Skip to content

Fixing Ch2-1 when the duplicate element is in the last position#1

Open
manuelsh wants to merge 1 commit into
keyejia:masterfrom
manuelsh:patch-1
Open

Fixing Ch2-1 when the duplicate element is in the last position#1
manuelsh wants to merge 1 commit into
keyejia:masterfrom
manuelsh:patch-1

Conversation

@manuelsh
Copy link
Copy Markdown

head = Node(1,Node(3,Node(3,None))) will bring an error. I propose a fixed version.

head = Node(1,Node(3,Node(3,None))) will bring an error. I propose a fixed version.
@manuelsh
Copy link
Copy Markdown
Author

@keyejia please review

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.

1 participant