LAB3 Agenda

Room

08:30- 10:30
Data Structures and Algorithms Ex C LAB D002 Lecture room, Ser-D

Get Students Matr. numbers

Today’s agenda

  1. Good coding Style
  2. ArrayList: how should be done

What is good coding style (30 min)

ArrayList: how should be done (30 min)

Focus on:
- Comments
- Variable names
- Methods organization

Common mistakes I saw on the assignments 1

We should pay focus to improve

Errors that occur when no testing:

Test even most simple methods!

Separate file with explanations.
The explanations of your solution to the problem or the analysis of running time results should be reported in a separate file. For this you should use plain text file(s) (e.g., .txt ) and or your favorite word-processes (e.g., Word)

Style problems:

Testing of ArrayList

Organizing Run-time testing


Let’s implement those in the code from the last LAB (1h)