What is the time complexity of pop () operation when the stack is implemented using an array?
a) O (1) b) O (n) c) O (logn) d) O (nlogn)
a) O (1) b) O (n) c) O (logn) d) O (nlogn)
a) Accessing item from an undefined stack b) Adding items to a full stack c) Removing items from an empty stack d) Index out of bounds exception
a) Heap b) Binary Tree c) Array d) Stack
a) Stack b) Queue c) Array d) Tree
a) S ingly linked list b) Doubly linked list c) Circular doubly linked list d) Array implementation of list
a) Pointer to character b) Pointer to integer c) Pointer to node d) Node
a) Binary trees b) Scheduling of processes c) Caching d) Spatial locality
a) 3 b) 4 c) 2 d) 1
a) Child b) First c) Root d) Parent
a) Zero b) Two c) One d) Three
a) log (n) where n is the number of nodes b) n where n is the number of nodes c) 0 or 1 d) atmost 1
a) Float b) Decimal c) Binary d) Char
(a) LinkList (b) Stack (c) Queue (d) Tree
a) 0 b) +1 C) -1 D) 2
a) LL, RL and LR, RR b) LL, RR and LR, RL c) LR, RR and LL, RL d) LR, RL and LR, RL