For an array of n int variables,
When does binary search perform better than ternary search??
Also, reverse case, ie when does ternary search perform better than binary search?
Why is binary search a more preferred method of searching for integers entered in an array??