-
-
Notifications
You must be signed in to change notification settings - Fork 14
Kehao ch10problems(2 of them) #39
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
Conversation
Added odd_sum and smooth_max that I created
Added odd_sum and smooth_max solutions that I created
Added odd_sum and smooth_max solutions that I created
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lintly has detected code quality issues in this pull request.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No linting violations have been found in this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No linting violations have been found in this PR.
JJ27
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job! Odd Sum and Smooth Max were both very creative problems, and they both give the correct answer for the 2D lists. I'll approve the merge but I think you need to address the bot's requested changes as well.
AlveeraMunshi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Problems are awesome; idk what's up with the flake8 stuff tho
It said no issues were detected, I think there's a bug
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No linting violations have been found in this PR.
I'm merging to fix style issues detected by Lintly (flake8)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No linting violations have been found in this PR.
Black and flake8 have a conflict about splicing that isn't major. I'll just go with Black.
Ke Hao Chen
odd_sum
smooth_max
Repeat the Problem Title, Chapter #, and Section Name format for as many problems as you have.
Optional: Brief description of changes or any other notes you want to leave to the Curriculum Development team