Tuesday, August 16, 2011

Algorithm for inserting and deleting data in Queues?

You can represent a queue using a variety of underlying data structures (array, linked list, ...). How insertion and deletion works for such a queue depends entirely on which underlying data structure you have chosen to represent it.

No comments:

Post a Comment