You will need to watch the video shown below preferably before class begins in the fall. It is 2 1/2 hours long. It is best watched in 30 minute chunks. Be sure to follow along with the narrator on your PC while it plays.
Add the Rainbow Brackets add-in to your IntelliJ configuration.
Before beginning to use this on-line resource, you should establish a log-in/registration on the following sites using your PERSONAL email address:
Google Classroom (code for Data Structures for the 2024-2025 class year: hcnpzi2 )
CodingBat (You can reuse your login from AP CSA if you still have it. Be sure to turn on "Teacher Sharing" to csarkar@stamfordct.gov
Strings are immutable
Variables should be private while methods should be public.
Constructors should never be private.
Java verbs (methods) have parenthesis, nouns (variables) do not.
ArrayLists allow for elegant insertion in the middle. ArrayLists grow and shrink as needed.
Computers are good at doing several things at once.