Advertisements
Advertisements
प्रश्न
State the principle by which the stack data structure works.
उत्तर
Last In First Out (LIFO)
APPEARS IN
संबंधित प्रश्न
---data structure does not require contiguous memory allocation
(i) Array
(ii) String
(iii) Pointer Array
(iv) Linked List
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 : Selection Logic
Explain with flowchart the following control structure : Iteration Logic
Explain Bubble Sort Algorithm with. suitable example.
How linked list are represented in Memory ?
Define the following terms with reference to Tree : Root
Define the following terms with reference to Tree : Leaf
Define the following terms with reference to Tree : Sibling
Write an algorithm for Traversing Linear Array.
Define Group Item
Define Elementary Item
Explain how records are represented in memory using an array?
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.
Explain memory representation of linked list with example.