What is the term for inserting into a full queue known as?
a) overflow b) underflow c) null pointer exception d) all of the mentioned
a) overflow b) underflow c) null pointer exception d) all of the mentioned
a) 3 b) 4 c) 1 d) 2
a) Complexity of Insertion and Deletion at known position is O(n) in SLL and O(1) in DLL b) SLL uses lesser memory per node than DLL c) DLL has more searching power than SLL d) All of the mentioned
a) O(n) b) O(1) c) logn d) nlogn
a) Queue b) Stack c) Vector d) Array List
a) Linked list b) Stack c) Segment Tree d) Queue
a) 1 b) (n*(n-1))/2 c) (n*(n-1)) d) n-1
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