previous | index | next

Exercise 13.11

Suggestions

dequeue! is simpler than enqueue!. It should: Look at how enqueue! increments the tail for an example of "wrapping a location around" the vector.

previous | index | next