diff options
| author | Camil Staps | 2015-04-18 13:54:39 +0200 | 
|---|---|---|
| committer | Camil Staps | 2015-04-18 13:54:39 +0200 | 
| commit | a01fa180e49ffd7af326d65a26bedceb9063e9b2 (patch) | |
| tree | dbdbb0441b0a96fbe411e4fed08caaed484e28f9 | |
| parent | Cleanup (diff) | |
Updated readme
| -rw-r--r-- | Readme.md | 11 | 
1 files changed, 10 insertions, 1 deletions
| @@ -2,4 +2,13 @@  Solutions to assignments for the Object Orientation course, Radboud University Nijmegen, spring 2015, licensed under MIT (see LICENSE). -We use Netbeans IDE 8.0.2. +We use Netbeans IDE 8.0.2 and Visual Paradigm 12.0. + +## Overview of the projects + +* Week 4: drawing loipes - Enum; switch; encapsulation; interfaces +* Week 5: quiz - subclasses; inheritance; Collections; (enhanced) for loops +* Week 6: sliding game solver - Lists; search algorithms; generic classes; hash method; PriorityQueues +* Week 7: polynomials - ArrayLists; Iterators; unit tests +* Week 8: quadtrees - recursive data structures; self-referring classes; abstract classes +* Week 9: webshop - object-oriented analysis, design and implementation; functional and technical design; UML; storing data; Serializable interface | 
