How to find the maximum element of an unsorted array in O(log n)?

Revision en1, by Closed_, 2021-09-29 11:53:47

Hi everyone!

Does there an algorithm find the maximum element of an unsorted array in o(log n), and what about a bitonic array? I searched for this but have not found any solution to this problem!

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Closed_ 2021-09-29 11:53:47 265 Initial revision (published)