Links from class:
Web resources:
- Java Formatted Strings
- Java Bitwise Operations
- The difference between arithmetic and logical bit shifting
For next class
Assigned readings:
- Review chapter 2 data structures if it’s hazy
- Look at above web resources for string formatting and bitwise operations
- Look over the solutions to this class’ problems
Assigned problems:
- Newspaper – Hint: (1) What data structure is most useful for quick lookups? (2) Since the input size is warned to be very big in the problem statement, is it better to use Scanner or BufferedReader to make sure your code runs in time?
- Splitting Numbers