What is the time complexity of ternary search?

Searching Algorithms Questions



24 Short 58 Medium 71 Long Answer Questions Question Index

What is the time complexity of ternary search?

The time complexity of ternary search is O(log3 n), where n is the size of the input array.