Bitonic
Bitonic is an adjective in mathematics and computer science used to describe sequences that have two monotonic phases. In its common form a bitonic sequence increases up to a single peak and then decreases. The peak may be at the end or the beginning, in which case the sequence is purely increasing or decreasing; such monotone sequences are often treated as degenerate bitonics.
In algorithmic problems, the longest bitonic subsequence problem asks for the longest subsequence of a given
Bitonic sort is a comparison-based sorting algorithm designed for parallel computation. It works by transforming the
The bitonic traveling salesman problem (bitonic TSP) is a classic problem in computational geometry. Given a