A queue is a ?
a) FIFO (First In First Out) list b) LIFO (Last In First Out) list. c) Ordered array d) Linear tree
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
A. singly linked list B. circular linked list C. doubly linked list D. none of the above
(A) linked list (B) node list (C) primitive list (D) None of these
(A) components are all linked together in some sequential manner. (B) there is no beginning and no end. (C) components are arranged hierarchically. (D) forward and backward traversal within the list is permitted.