Introduction - If you have any usage issues, please Google them yourself
implement a ternary search in recursivity mode. The ternary search follows the same idea of binary search, but splitting the vector into 3 parts, two index: One for left and one to the right and a third search in the middle!