Home » C Programming » Storage Classes » Question
  1. Which of the following will return a result most quickly for searching a given key?
    1. Binary Search Tree
    2. Sorted linked list
    3. Sorted Array
    4. Unsorted Array
    5. None of these
Correct Option: A

Binary Search Tree



Your comments will be displayed only after manual approval.