Which data structure follows the LIFO (Last In, First Out) principle?
What is the time complexity of binary search in a sorted array?
Which data structure is best for implementing recursion?
Which of the following is a non-linear data structure?
In a singly linked list, each node contains:
Which sorting algorithm has the best average-case time complexity of O(n log n)?
What is the worst-case time complexity of Quick Sort?
Which data structure is used for Breadth First Search (BFS)?
Which traversal of a binary tree gives sorted output in a Binary Search Tree (BST)?
What is the time complexity of accessing an element in an array by index?