A linear-time algorithm for the maximum-area inscribed triangle in a convex polygon
Computational Geometry
2017-06-12 v1 Metric Geometry
Abstract
Given the n vertices of a convex polygon in cyclic order, can the triangle of maximum area inscribed in P be determined by an algorithm with O(n) time complexity? A purported linear-time algorithm by Dobkin and Snyder from 1979 has recently been shown to be incorrect by Keikha, L\"offler, Urhausen, and van der Hoog. These authors give an alternative algorithm with O(n log n) time complexity. Here we give an algorithm with linear time complexity.
Keywords
Cite
@article{arxiv.1706.03049,
title = {A linear-time algorithm for the maximum-area inscribed triangle in a convex polygon},
author = {Yoav Kallus},
journal= {arXiv preprint arXiv:1706.03049},
year = {2017}
}
Comments
Eprint source includes C++ implementation