Lab 03 for CS112: Getting Comfortable with Linked Data Structures

Teaching Fellow: Diane H. Theriault (deht@cs.bu.edu, http://cs-people.bu.edu/deht)

Main course web page: http://www.cs.bu.edu/fac/byers/cs112.html

Lab page url: http://cs-people.bu.edu/deht/cs112_spring11
Lab times: Monday: 10-11, 11-12. Friday 2-3

Topics: Moving through a Linked queue implementation, and creating a priority queue.

Class Notes

Skeleton Code, part 1: LinkedQueue.java, LinkedQueueRunner.java
Skeleton Code, part 2: LinkedPriorityQueue.java, LinkedPriorityQueueRunner.java

Solution Code, part 1: LinkedQueue.java, LinkedQueueRunner.java
Solution Code, part 2: LinkedPriorityQueue.java, LinkedPriorityQueueRunner.java