A data structure in which elements can be inserted or deleted at/from both the ends but not in the middle is?
a) Queue b) Circular queue c) Dequeue d) Priority queue
a) Queue b) Circular queue c) Dequeue d) Priority queue
a) Insertion b) Deletion c) To empty a queue d) None
a) At the head of link list b) At the tail of the link list c) At the centre position in the link list d) None
a) FIFO (First In First Out) list b) LIFO (Last In First Out) list. c) Ordered array d) Linear tree
a) Stack b) Array c) Queue d) Tree
a) Queue b) Stack c) Tree d) Linked list
(a) Stack data structure can be implemented using linked list (b) New node can only be added at the top of the stack (c) Stack is the FIFO data structure (d) The last node at the bottom of the stack …
Read more →
(a)Greedy (b)Dynamic (c)Branch and Bound (d)Backtracking
(a) Queue (b) Linked list (c) Stack (d) Double Linked List
A. Any B. Top C.(n-1) D. None of the above
a) FIFO b) None of these c) LILO d) LIFO
A.Pop B.Push C.Evaluation D.Create
A.Pop B. Delete C. Push D. Remove
A.Garbage Collection B. Underflow of Stack C. Empty collection D. Overflow of stock.
A.Underflow B.Overflow C.Crash D.User Flow
A. for relatively permanent collections of data. B. for the size of the structure and the data in the structure are constantly changing. C. data structure D. for none of above situation