Which data structure works on the LIFO principle?
What is the time complexity of accessing an element in an array by index?
Which of the following is a non-linear data structure?
The process of inserting an element into a stack is called:
What is the worst-case time complexity of Linear Search?
What is the height of a balanced binary tree with n nodes?
Which traversal of a BST yields elements in sorted order?
What is the average time complexity of Quick Sort?
Which data structure is used to solve the 'Collision' problem in Hashing?
In a Max-Heap, the root node contains:
Which algorithm is used to find the shortest path in a weighted graph?
Dynamic Programming is based on which two main properties?
What is the time complexity of searching in an AVL tree?
Which algorithm finds the Minimum Spanning Tree by picking the smallest edge?
The 'Memoization' technique is associated with: