JAVA:实现IterativeTernarySearch迭代三元搜索算法 package com.thealgorithms.searches; import static java.lang.String.format; import java.util.