CS 24: Problem Solving with Computers-II, S20, Mirza

lecture date notes ready? description slides before slides after
2020-04-02 lect01 true Course overview, intro to Git and C++ classes pdf
2020-04-07 lect02 true C++ classes and abstract data types pdf Annotated pdf
2020-04-09 lect03 true The Big Four pdf Annotated pdf
2020-04-14 lect04 true Linked Lists, Big Four pdf Annotated pdf
2020-04-16 lect05 true Linked-lists (contd) pdf Annotated pdf
2020-04-21 lect06 true Operator Oveloading, GDB, intro to pa01 pdf Annotated pdf
2020-04-23 lect07 true Binary Search Trees - Part 1 pdf Annotated pdf
2020-04-30 lect08 true Binary Search Trees - Part 2 pdf Annotated pdf
2020-05-05 lect09 true Big-Oh: Analyzing the efficiency of algorithms pdf Annotated pdf
2020-05-07 lect10 true Big Oh analysis contd pdf Annotated pdf
2020-05-12 lect11 true Analysis of the running time of BST operations pdf Annotated pdf
2020-05-14 lect12 true Stacks (lab05), C++ STL pdf Annotated pdf
2020-05-21 lect13 true Heaps pdf Annotated pdf
2020-05-26 lect14 true C++ templates pdf Annotated pdf
2020-05-28 lect15 true Priority queues, Comparison classes, interview practice pdf Annotated pdf
2020-06-02 lect16 true Queues, interview practice (contd) pdf Annotated pdf
2020-06-04 lect16 true Data structure selection, final wrap up pdf

num ready? description assigned due
lab00 true Getting started Thu 04/02 03:00PM Fri 04/03 11:59PM
lab01 true Define implement and apply a C++ class Fri 04/03 03:00PM Fri 04/10 11:59PM
lab02 true Implementing a linked list Tue 04/14 03:00PM Tue 04/21 11:59PM
lab03 true Using g++, make and gdb Wed 04/22 09:00AM Tue 04/28 11:59PM
lab04 true Binary Search Tree Wed 04/29 09:00AM Tue 05/05 11:59PM
lab05 true Evaluating expressions with stacks Thu 05/14 03:00PM Wed 05/20 11:59PM
lab06 true Implementing a heap Wed 05/27 01:00PM Wed 06/03 11:59PM

num ready? description assigned due
pa01 true Linked-list implementation of a card game Thu 04/16 09:00AM Thu 05/07 11:59PM
pa02 true BST on movie dataset Wed 05/06 09:00AM Thu 05/28 11:59PM

num ready? description exam date
e01 true Midterm Exam-I Tue 04/28 09:30AM
e02 true Midterm Exam-II Tue 05/19 09:30AM
e03 true Final Exam Tue 06/09 08:00AM