Data Structures & Algorithms

List all lecture notes.

My homepage.

Data Structures & Algorithms

Big O cheat sheet for speedy memorisation.

Course notes:

  1. Course information

  2. Algorithms - general

  3. Sorting algorithms

  4. Linear data structures

  5. Hashing & hash tables

  6. Binary search trees & AVL

  7. Dynamic programming:

  8. Greedy algorithms

    1. Make change

    2. Activity selection

    3. Fractional knapsack

    4. Huffman codes