starting foreach CS230: Data Structures

CS230

 

Goals

  • Better understand the Big-Oh notation
  • Practice on how to compute the running times of simple methods
  • Practice with IO and Exceptions
  • Practice with data and creating a histogram
 

The following is an individual exercise:

Individual Exercise (on paper): Algorithmic Complexity

 

The following is a pair-programming exercise

Pair Programming Exercise: Histogram from Data File

What Pair Programming means

  • Read what PAIR PROGRAMMING means.

  • For a Pair Programming Exercise you will work in pairs and you will make one submission as a team of 2.
  • As per the **Honor Code**, both authors should work collaboratively in person, and should have an @author tag (one per author) in the comment section at the top of your file. Also use @consulted tag to indicate any person or resource you consulted. Submissions missing the information above will not be graded.

  • Recall that, while you are both submitting the same piece of work, you are each responsible to explain and reproduce any part of your work, if asked.

How to form Pairs:

Pairs are randomly assigned by your instructors in this document. Contact your partner immediately to arrange working on the assignment.

 

Logistics