-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Problem in active code of unordered list #32
Comments
Corrected function:
|
wesleywu20
added a commit
to nnhsse201920/pythonds
that referenced
this issue
Mar 11, 2020
corrected the remove function to handle the case where the user inputs a value that is not in the list into the function
Closed
wesleywu20
added a commit
to nnhsse201920/pythonds
that referenced
this issue
Mar 12, 2020
This reverts commit 6f25d07.
wesleywu20
added a commit
to nnhsse201920/pythonds
that referenced
this issue
Mar 12, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error reported in course pythonds on page ImplementinganUnorderedListLinkedLists by user anonymous [email protected]
The Complete UnorderedList Class (unorderedlistcomplete)
This active code has error in the remove function.
When you supply to a value to remove function that is not in the list, it gives a syntax error.
The condition where current becomes equal to None is not handled. Maybe there should be message like "Not found"
The text was updated successfully, but these errors were encountered: