Logo 
Search:

C++ Programming FAQ

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

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

  Shared By: Max Evans    Date: Oct 16    Category: C++ Programming    Views: 806

Answer:

- Insertion or Deletion of new node can be performed at one side of list.
- Top of stack points to last in element.
- Stack is dynamic using linked list and static using array.
- The indexing of particular element of stack 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 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: