mirror of
https://gitlab.com/harald.mueller/aktuelle.kurse.git
synced 2024-11-23 18:21:56 +01:00
muh
This commit is contained in:
parent
122fce3fc4
commit
f8194ba803
@ -9,7 +9,7 @@
|
||||
| Tag | Titel | Auftrag, Übung, Themen |
|
||||
| ---- | ------ | -------------- |
|
||||
| 1 | [First steps](./1) | Modulvorstellung <br>- what is an algorithm <br>- what are data structures <br>-first steps I (classes, main-methode)|
|
||||
| 2 | [Arrays](./2) | first steps II / reading user input (scanner) / reading and writing files (BufferedReader) <br>working with arrays <br> - fill, search, update, delete array elements <br> - sorting (BubbleSort) |
|
||||
| 2 | [file handling](./2) | first steps II / reading user input (scanner) / reading and writing files (BufferedReader) <br>working with arrays <br> - fill, search, update, delete array elements <br> - sorting (BubbleSort) |
|
||||
| 3 | [Linked Lists](./3) | follow up arrays <br> linked lists (self made) |
|
||||
| 4 | [Sort, Stack, Queue](./4) | compare sort-algorithms <br> - BubbleSort vs QuickSort <br> - BubbleSort vs ??Sort <br> incl. mesurement the speed <br> - stack (push, pop) and queues (FIFO, LIFO, LILO, FILO) |
|
||||
| 5 | [Hashmaps, Recursions](./5) | - hash maps, <br>- recursions , back tracking |
|
||||
|
Loading…
Reference in New Issue
Block a user