Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

List Properties of Queue in dfs (data file structure).

  Shared By: Adalrik Fischer    Date: Jun 10    Category: C++ Programming    Views: 912

Answer:

- Insertion is at last and Deletion is of first element from the list.
- Top of queue points to first in element.
- Queue can be static or dynamic in size.
- The indexing of particular element of queue depends on the basic list which we have use to implement it.

Share: 
 

Didn't find what you were looking for? Find more on List Properties of Queue in dfs (data file structure). Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: