Search
FEE timetable ALG students Upload system BRUTE
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