Question: Question 5 1 pts Choose the correct answers about Binary Search Tree Binary Search does not work for un-Sorted lists The time complexity of linear

Question 5 1 pts Choose the correct answers about Binary Search Tree Binary Search does not work for "un-Sorted" lists The time complexity of linear search is O(n) and that of binary search is Ollog n If we have an unsorted array and want to use binary search for this, we have to sort the array first. a binary search will work on an unsorted array
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
