Week 7 Day 2 - Debugging II and Queues

Channel:
Subscribers:
2,640
Published on ● Video Link: https://www.youtube.com/watch?v=PcilVto1eqc



Duration: 1:28:36
139 views
2


After observing a lot of students having trouble debugging their linked lists, I went over several different approaches towards debugging code, including logging, making small driver programs, and GDB.


I then introduced the queue data structure, which is a list that you can only push at the back and pop off the front.







Tags:
csci 41
debugging
queues