This repository was archived by the owner on Oct 25, 2023. It is now read-only.
luiminyan/Design-patterns-java
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is the git repository for course programming language in SoSe 2023
Chapter 01 Java basics review
Chapter 02 Object oriented programming review
Chapter 03 UML diagrams
Chapter 04: generic programming + recursion
- U04: example: binary tree
- 04.01: recursion
- 04.02: generic programming
Chapter 05: strategy + iterator pattern
- U05.1: strategy pattern
- example 01: Betriebssystem
- example 02: Online-Shop
- U05.02: iterator pattern
- example: binary tree
Chapter 06: observer pattern + collection (hash map)
Chapter 07: command + decorator pattern
Chapter 10: template + composite
- U10.1: template pattern
- example: datenHandler (CSVHandler, TXTHandler)
- U10.2: composite pattern
- example: fileSystem (DirComponent, Directory, File)
Chapter 11: GUI