Package Util

Class Algo

java.lang.Object
Util.Algo

public class Algo extends Object
Provides static methods for efficient algorithmic operations like binary search and ternary search on arrays and lists. It supports operations with generic data types to compute insertion points (lower and upper bounds) or find the minimum or maximum of a convex function
Since:
1.0
Version:
1.0
Author:
Sahasrad Chippa