From fce4fc4d24cb282203558ff4d99569f04329cdf0 Mon Sep 17 00:00:00 2001 From: "harald.mueller@tbz.ch" Date: Sat, 7 Aug 2021 00:50:35 +0200 Subject: [PATCH] muh --- m411/README.md | 2 +- m411/docs/Unterlagen_LB2/README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 m411/docs/Unterlagen_LB2/README.md diff --git a/m411/README.md b/m411/README.md index 7b58722..8c3aaf2 100644 --- a/m411/README.md +++ b/m411/README.md @@ -14,7 +14,7 @@ | 4 | [Sort, Stack, Queue](./4) | compare sort-algorithms
- BubbleSort vs QuickSort
- BubbleSort vs ??Sort
incl. mesurement the speed
- stack (push, pop) and queues (FIFO, LIFO, LILO, FILO) | | 5 | [Hashmaps, Recursions](./5) | - hash maps,
- recursions , back tracking | | 6 | **LB1** (30% MN)
- 30 min on paper and
- 60 min coding
themes: arrays, stacks, sorts, linked lists | - follow up [hash maps, recursions](./5)
- [collections](./6) | -| 7 | **LB2** (30% MN)
- 30 min on paper and
- 60 min coding
themes: hash maps and rekursions | after LB2 start mini project (LB3),
find a team partner and a solving problem
- [trees and graphs](./7)
- [Dijkstra-Algorithm (route planner)](./7)
- [xml data, json data](./7)
- [page rank algorithm](./7) | +| 7 | **LB2** (30% MN)
- 30 min on paper and
- 60 min coding
themes: hash maps and rekursions | after LB2 start mini project (LB3),
find a team partner and a problem to solve
- [trees and graphs](./7)
- [Dijkstra-Algorithm (route planner)](./7)
- [xml data, json data](./7)
- [page rank algorithm](./7) | | 8 | **LB3** (40% MN)
start mini project
team of 2 persons | - search and decide projekt
- work on mini project | | 9 | work on mini project | | | 10 | last work and
close mini project | **Note 4.0** = "genügend"
(d.h. es ist alles da und funktioniert irgendwie, niedrige Komplexität)
**Note 5.0** = "gut"
(d.h. gut gelöst und funktioniert einwandfrei, adäquate Komplexität)
**Note 6.0** = "sehr gut"
(übertrifft die Erwartungen, hohe Komplexität) | diff --git a/m411/docs/Unterlagen_LB2/README.md b/m411/docs/Unterlagen_LB2/README.md new file mode 100644 index 0000000..c008ff8 --- /dev/null +++ b/m411/docs/Unterlagen_LB2/README.md @@ -0,0 +1,4 @@ +## M411 / LB2 + + - + - [customer.csv](./customer.csv) \ No newline at end of file