CSS 343: Notes from Lecture 10 (DRAFT)
Random Editorial Comments
-
One way to think of this course is as "still life for
programmers": you're perfecting the basic technical
craft
by painting pictures of a vase of flowers on a table
so you can take it out of the equation when you think of the
art.
-
The
Run
script is part of the assignments because it's the most basic
software engineering: reproducible builds and test cases.
Pre-Midterm Review
Pointer Arithmetic & Pointers-to-Pointers
Additional exam study questions
-
Huffman coding: review
-
build binary search tree and come up with various recursive walk
functions
-
binary search tree predecessor/successor