what is the time complexity function that find maximum number in a sorted list
Answers
Answered by
0
Answer:
Approach: A simple solution is to traverse the complete array and find maximum. This solution requires O(n) time. We can do it in O(Logn) using Binary
Explanation:
Similar questions
Math,
2 months ago
Math,
2 months ago
Hindi,
2 months ago
Geography,
4 months ago
Social Sciences,
9 months ago