Skip to content

hi, there is a little bug in unorderedList2.py #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
no13bus opened this issue Feb 25, 2015 · 0 comments
Open

hi, there is a little bug in unorderedList2.py #1

no13bus opened this issue Feb 25, 2015 · 0 comments

Comments

@no13bus
Copy link

no13bus commented Feb 25, 2015

I think this code should be like this code:

def append(self,item):
        current = self.tail
        temp = Node(item)
        current.setNext(temp)
        self.tail = temp # this code should be added in order to make the last appended item be the tail of the link.
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

No branches or pull requests

1 participant