Answer Posted / guest
The acronym LIFO stands for Last In First Out.
Data can be accessed, stored, and retrieved using this method.
The data that was last stored is the first to be extracted.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a data structure? What are the types of data structures?
Explain the Array
How does a dynamic array work?
What is the minimum number of queues needed when implementing a priority queue?
Define in brief an array. What are the types of array operations?
an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).
What is a dequeue?
What are linear and non linear data structures?
State the different ways of representing expressions?
Name few collections map implementations?
What data structure does a binary tree degenerate?
Does treemap allow null keys?
Explain quick sort and merge sort algorithms.
What type of variable is age?
What are the Advantages and disadvantages of Array?