Logo 
Search:

C++ Programming FAQ

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

What is queue in dfs (data file structure)?

  Shared By: Rambert Fischer    Date: Jan 25    Category: C++ Programming    Views: 1232

Answer:

A queue is a list in which insertion can be perform at rare end of queue and deletion can be perform from front end of queue. It’s basically works on act of FIFO (First in, First out).

Share: 
 

Didn't find what you were looking for? Find more on What is 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: