Everyone:
Next week, we will work on a problem related to number theory and will focus on primes and modular arithmetic. Understanding these concepts will be necessary to solve Challenge 21.
The readings for this week are:
Competitive Programmer's Handbook
21 Number theory
Once you have done the readings, answer the following Reading 11 Quiz questions:
To submit you work, follow the same process outlined in Reading 00:
$ git checkout master # Make sure we are in master branch $ git pull --rebase # Make sure we are up-to-date with GitHub $ git checkout -b reading11 # Create reading11 branch and check it out $ cd reading11 # Go into reading11 folder $ $EDITOR answers.json # Edit your answers.json file $ ../.scripts/check.py # Check reading11 quiz Checking reading11 quiz ... Q01 0.50 Q02 0.50 Q03 1.00 Q04 1.00 Score 3.00 / 3.00 Status Success $ git add answers.json # Add answers.json to staging area $ git commit -m "Reading 11: Done" # Commit work $ git push -u origin reading11 # Push branch to GitHub
Once you have committed your work and pushed it to GitHub, remember to create a pull request and assign it to the appropriate teaching assistant from the Reading 11 TA List.