Documents
This page contains a link to some supporting documents for the class.
- "Learn the essentials of debugging" Article on how to debug computer programs
- Video: Implementing a Heap (Part I) - This video illustrates the process a programmer (Prof. Bill Pugh in this case) goes through while implementing code. The implementation presented corresponds to a heap implementation. This video was filmed in Dr. Bill Pugh's lecture, and it is the first part of a two-part video. Keep in mind that in this video some bugs might be present in the implementation as the testing phase has not been completed yet.
- Video: Implementing a Heap (Part II) - Second part of Video: Implementing a Heap (Part I).
