Data Structure (2130702)

BE | Semester-3   Winter-2016 | 01/02/2017

Q1) (9)

Circular linked list.

A more suitable method of representing simple queue which prevents an excessive use of memory is to arrange the elements Q[1], Q[2]….,Q[n] in a circular fashion with Q[1] following Q[n], this is called circular queue.