Logo 
Search:

C++ Programming FAQ

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

What is stack in dfs (data file structure)?

  Shared By: Joel Evans    Date: Nov 05    Category: C++ Programming    Views: 1039

Answer:

Stack is a type of linear list in which insertion and deletion of an element takes place at one end. It’s basically work on the principle of LIFO.

Share: 
 

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