Search
FEE timetable ALG students Upload system BRUTE Discussion board
The lectures use conferencing SW BigBlueButton, it runs in a www browser, no installation needed.( You may wish to check a short tutorial). BBB is integrated in the upload and evaluation system BRUTE . The systems automatically sends you an invitation to join the lesson to your school mailbox before each lesson. Just open the mailbox and click the link.
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 - graph, DFS, BFS
06 - backtrack example - magic square
07, 08 - Sorts - Insert, Select, Bubble, Quick, Merge, Heap, Radix, Counting