Eboard 12 (Section 1): Array-based structures
You are probably being recorded (and transcribed) [at least if Sam is here and can get the technology working]
Approximate overview
- Preliminaries
- Notes and news
- Upcoming work
- Tokens
- Questions
- Lab
Preliminaries
News / Notes / Etc.
- We have a substitute today. I anticipate that we will continue to have
substitutes for the near future.
Upcoming work
- TODAY: Tuesday, 2024-10-08
- Wednesday, 2024-10-09
- Thursday, 2024-10-10
- Friday, 2024-10-11
- Sunday, 2024-10-13
- Monday, 2024-10-14
- Tuesday, 2024-10-15
- Redo of MP2
- Include the file
CHANGES.md that indicates what changes you made.
Our graders have limited time. Don’t make them regrade from scratch.
- Thursday, 2024-10-16
- Friday, 2024-10-18
Tokens
If you’d like to suggest token events, please let me know in advance of
class.
Academic/Scholarly
- Tuesday, 2024-10-08, Noon–1:00 p.m., JRC 224A (Day PDR).
CS Table
- Thursday, 2024-10-11, 11:00 a.m.–Noon, JRC 101.
Scholars’ Convocation:
Kathleen Belew - “White Nationalism and the 2024 Election”
- Thursday, 2024-10-11, 4:00–5:00 p.m., Science 3821.
Something related to jobs
- Thursday, 2024-10-10, 7:00–8:30 p.m., HSSC A2231 Auditorium.
Humanities Speaker: Eric Zimmer -
“Reclaiming the Indigenous Midwest: The Meskwaki Settlement as #Landback”
- Sunday, 2024-10-13, 7:00–8:00 p.m., Science 3819.
Mentor Session
- Tuesday, 2024-10-15, Noon–1:00 p.m., JRC 224A (Day PDR).
CS Table
Cultural
Multicultural
- Friday, 2024-10-11, 4:00-5:00 p.m., HSSC N1170 - Global Living Room.
Middle of Everywhere
- Friday, 2024-10-18, 4:00-5:00 p.m., HSSC N1170 - Global Living Room.
Middle of Everywhere
Peer
- Saturday, 2024-10-12, 1:00-4:00 p.m., Osgood Pool.
Swimming Triangular
Wellness
- Tuesday, 2024-10-08, 4:30–6:30 p.m., BRAC P103 (Dance Studio).
Wellness Yoga
- Tuesday, 2024-10-08, 4:30–6:30 p.m., ???.
Forest Bathing (signup required)
- Thursday, 2024-10-10, 6:00–7:00 p.m., HSSC A1231.
Procrastination To-Do List Worksohp
- Monday, 2024-10-14, 5:30–7:30 p.m., JRC 101.
Indigenous People’s Day Wellness Tea
Misc
Other good things (no tokens)
- Saturday, 2024-10-12, 1:00–4:00 p.m., Rosenbloom Field.
Football vs. Monmouth
Questions
Administrative
Readings
Can you explain a bit more about iterators?
You’ll get more accustomed to iterators as we go. But, in essence,
an iterator gives you access to the elements of a collection one
value at a time.
We have a reading on iterators for the next
class period.
Miscellaneous
I don’t understand what super() and when it should be used.
super() is generally a call to the constructor of the superclass.
(`super.X is how you refer to most things in the superclass). You
can only call the superclass constructor as the first line of your
constructor; if you don’t Java automatically calls the zero-ary
constructor of the parent.
Lab
The person closer to the board is Driver A. The person further from the board is Driver B.
Make sure that the name of the repo ends with -maven.