Skip to content

remove duplicates in linked list#7

Open
luucamay wants to merge 1 commit intokojino:masterfrom
luucamay:lupesbranch
Open

remove duplicates in linked list#7
luucamay wants to merge 1 commit intokojino:masterfrom
luucamay:lupesbranch

Conversation

@luucamay
Copy link
Copy Markdown

@luucamay luucamay commented Oct 3, 2019

File: linked_list/p2.py
Fixes: #5

When testing with a linked list like:
8 12 13 8 7 13 13 11
I got a linked list that still contains duplicates.
With this small change it removes all the duplicates.

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.

P2

2 participants