-
-
Notifications
You must be signed in to change notification settings - Fork 14
Ch 5 & 6 practice problems and solutions #15
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
solution to too_long
|
Hey Nono, firstly, you're a rockstar! Thank you for continuing to contribute all of these practice problems! Secondly, on the issue with the folders not appearing on GitHub, you can actually push any folders you make on your local repository to GitHub, so you can actually just make folders called "practice" and "solutions" and put them there in the future. Thirdly, before pushing your local branch, make sure that you have pulled changes from remote to avoid merge conflicts. For example, in this PR (pull request) you also pushed your solution code to the Temperature problem you submitted a while back. However, in the time since that happened, I had already updated the solution code. Basically, your code was a bit outdated, which results in a conflict. To avoid this, when you think you're ready to push your committed changes, make sure to pull to get the latest code. (In fact, you'll probably want to do this often as you work on problems to make sure you have the most recent info.) If you have any questions about using git or GitHub, please let me know on Discord and I'd be happy to help! In the meantime, I'll be looking at your code and submitting a review soon :) |
|
Hi, thanks, that really helped! I'll make sure to do that in the future. |
Nono Horiuchi
Too Long
Integer Info
Snookle Game
Monty Hall
Virtual Pet
Although it's fixed now, the chapter 6 practice problems did not originally have practice and solutions folders, so I put them all into the same directory as the examples folder, and named the files to distinguish between problem and solution. Sorry for the inconvenience!