Advertisements
Advertisements
Question
State the principle by which the stack data structure works.
Solution
Last In First Out (LIFO)
APPEARS IN
RELATED QUESTIONS
Write an algorithm to find smallest element in an Array.
Define:
(i) Tree
(ii) Binary Tree
(iii) Extended Binary
What is Linked List ? How they can be represented in Memory?
State algorithm for inserting an element in an Array.
Explain with flowchart the following control structure : Sequence Logic
Explain with flowchart the following control structure : Iteration Logic
write difference between Linear Search and Binary Search.
Define the following terms with reference to Tree : Root
Define the following terms with reference to Tree : Depth
Data items are divided into sub-item is called as ________.
(i) Group Item
(ii) Elementary Item
(iii) Nodes
(iv) Arrays
Define Group Item
With suitable example show the relationship between Total Number of Nodes and Depth of Binary Tree.
What is Record
Explain how records are represented in memory using an array?
___________ is very useful in situation when data is to be stored and retrieved in reverse order.
Explain Binary Scarch algorithm with a suitable example.
What is Binary Tree ? Draw the Tree diagram for the expression.
B = (3R -5T)2 - (R + Q3)
Explain pointer Array with example.