Skip to content
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

fixed issue #32 #88

Closed

Conversation

wesleywu20
Copy link

@wesleywu20 wesleywu20 commented Mar 11, 2020

Currently, the code given for the implementation of the class UnorderedList in chapter 4.21 of the pythonds book does not handle the case where the user inputs a value that is not in the list into the function. However, this pull request corrects the remove function to handle that case.

corrected the remove function to handle the case where the user inputs a value that is not in the list into the function
Copy link
Member

@bnmnetp bnmnetp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi thanks for the update.

Please remove the .DS_Store files as well as the build_info file. These files should not be under git management. -- you should avoid using commit -a and only explicitly add the files you want to a particular commit.

Copy link
Author

@wesleywu20 wesleywu20 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've deleted the .DS_Store files as well as the build_info file from the book's folder.

@codeofdusk
Copy link
Contributor

Isn't this supposed to be one of the exercises? Or am I misunderstanding the PR?

@bnmnetp
Copy link
Member

bnmnetp commented Aug 28, 2020

Good catch @codeofdusk -- Its been too long since I wrote this book, and a few years since I taught out of it. @wesleywu20 This is left out and is an exercise!

@bnmnetp bnmnetp closed this Aug 28, 2020
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.

3 participants