Search
FEE timetable ALG students Upload system BRUTE
Lectures are in KN:G-205 between 14:45 and 16:15.
Monday 17. 11. 2025 is a public holiday to commemorate both Velvet Revolution of 1989 and the storming of Czech universities by Nazis in 1939, which led to 17.11. become International Students' Day.
Source code examples for particular lectures
02 - basic recursion , same examples, more insight
03 - binary tree, In-pre-Post order, recursion, alternative: binary tree in just 1D arrays ( slides ppt slides-python pptx )
04/05 - DFS/BFS with and without nodes as objects graph.py, with objects, graph2.py, no objects
06 - backtrack example - magic square
07, 08 - Sorts - Insert, Select, Bubble, Quick, Merge, Heap, Radix, Counting, Sorting speed visually