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 the advantage of the heap over a stack?
What the principle of quick sort and its complexity?
How can you implement a stack?
What do you mean by garbage collection?
What are the advantages and disadvantages of linked list over array?
What is the difference between Array and Arraylist?
What is the difference between the hash table and hash map?
Does hashset allow duplicates?
Will hashmap allow null keys?
What is a binary search tree? Explain with example?
Explain the term recursive case?
What is time complexity of binary search?
How many types of linked lists are there?
Define internal nodes?
What is the similarity between a Structure, Union and enumeration?