Circular Linked List Implementation
Pop is easy using the back pointer
Push has to follow the link to the front
Why do this?
It is a little easier to utilize once implemented (only one pointer to mess with)
It is harder to implement
Previous slide
Next slide
Back to first slide
View graphic version