Materials
Here is a collection of different materials used on course
General materials
My videos
External videos
C3 Recursion, about stack Stack (Mark Lewis)
C3 Recursion, branching Branching (Mark Lewis)
C6 Bellman-Ford Bellman-Ford (Mark Lewis)
Best exercises
All exercises are good, but I pick some excellent ones...
Chapter1: 004 (difficult)
Chapter2: 001 (pseudocode), one of 002 - 004 (basic algorithms)
Chapter3: 001 (basic recursion), 003 (sorting algorithms), 004 (search algorithms)
Chapter4: 001 (linked list) maybe 005 (search tree)
Chapter5:
Chapter6: