Recitations
September 9, 2021
Recitation 1
Elements of a Program; Basics of Arithmetic
September 16, 2021
Recitation 2
Classes, Methods, Strings
September 23, 2021
Recitation 3
Conditionals, More on Classes
September 30, 2021
Recitation 4
Loops and Arrays
October 7, 2021
Recitation 5
CRC & Midterm Review
October 21, 2021
Recitation 6
2D Arrays, Some Git
October 28, 2021
Recitation 7
The materials for this week’s recitation are in a repository on GitHub. Your first task is to clone the repository into a new Eclipse project using File > Import... > Projects from Git (with smart import) > Clone URI
.
When prompted for the repository’s URI, use one of the following:
- https://github.com/21fa-cit591/recitation7.git (you can look at the repo and instructions by navigating to this link, too.)
- git@github.com:21fa-cit591/recitation7.git
November 4, 2021
Recitation 8
Testing, Testing, Testing!
November 11, 2021
Recitation 9
Hashing and Recursion