This commit is contained in:
Harald G. Mueller 2021-08-31 12:50:36 +00:00
parent 122fce3fc4
commit f8194ba803

View File

@ -9,7 +9,7 @@
| Tag | Titel | Auftrag, Übung, Themen | | 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)| | 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) | | 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) | | 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 | | 5 | [Hashmaps, Recursions](./5) | - hash maps, <br>- recursions , back tracking |