Question
F is taller than H. D is taller than F but shorter than
L. X is taller than H but shorter than F. Who among the given people is the shortest?Solution
L > D > F > X > H
Which traversal method in a binary search tree retrieves nodes in sorted order?
Which of the following is true for the time complexity of binary search?
Which data structure is used in BFS (Breadth-First Search)?
For a comparison-based sorting algorithm, which lower bound applies to the worst-case number of comparisons?
Which of the following is NOT a common wireless security protocol?
Which of the following is true for a min-heap?
Which of the following is NOT a divide-and-conquer algorithm?
Which of the following is true about the time complexity of Merge Sort?
In intelligent systems, which of the following is a key characteristic of an expert system?
What is the time complexity of inserting an element in a heap?