answersLogoWhite

0

from the abstraction: list

you go to the implementation details (concrete):

arraylist,vector or linkedlist,circularlinkedlist and maybe more

when somebody asks you for a special list in this case (queue)

speciality 1 enqueue -add to botton

speciality 2 dequeue - remove from top

you are free to pick up arraylist,and/or linkedlist and/or circularlists and/or vector to implement your new specialized list called queue.

and/or means you might want to combine as well

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Queue ADT Using Array?

implement the queue ADT using an array


What is the difference between queues and circular queues?

A queue can use a dynamic array, or a linked list, but if using static memory, the queue becomes a circular queue because the underlaying data structure is a static circular array. This means the ends of the array are attached.


Which queue most efficient queue using array?

circular queue


Array implementation of priority queue?

the priority queue is which depends on the data stored.in which their priority is maintained by checking the forth coming values stored in the queue


What is single dimension in data structure?

Array, Stake, Queue.


Write down the function to insert an element into a queue, in which the queue is implemented as an array?

bring the police they will be in que by themselves


Algorithm to implement Multiple queue in single dimensional array?

algorithm on multiple queues in a single dimensional array


How do you implement a FIFO structure?

FIFO is a first-in, first out structure. In other words, it is a queue. The most efficient way to implement a queue is with a circular array.


Array implementation of priority queue example program in c plus plus?

yes


What are the differences between broadside array and endfire array?

in received antenna: broadside means the direction of arrival is 90 degree or wave perpendicularly impinges the array. and endfire means the wave comes from the direction along the array axis.


Data structure algorithms using C?

array,linklist,queue,stack,tree,graph etc...


What is difference between job queue and ready queue?

Ready queue contain all the jobs that are ready to execute.so the job queue and the ready queue are one and the same.