Programming Challenges

CSCI-UA.0380-001

Class 03: Bit Operations

16 Jul 2013

Links from class:

Web resources:


For next class

Assigned readings:

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