# Finding the vertices of the convex hull, even unordered, takes Omega(n   log n) time -- a proof by reduction from epsilon-closeness

**Authors:** Herman Haverkort

arXiv: 1812.01332 · 2018-12-05

## TL;DR

This paper proves that identifying convex hull vertices in an unordered set of points requires at least Omega(n log n) time, using a reduction from epsilon-closeness, thus establishing a fundamental complexity bound.

## Contribution

It offers a simple reduction-based proof establishing the Omega(n log n) lower bound for convex hull vertex identification in the algebraic decision tree model.

## Key findings

- Convex hull vertex identification has an Omega(n log n) lower bound.
- The proof uses a reduction from epsilon-closeness problem.
- The result applies to unordered point sets in the plane.

## Abstract

We consider the problem of computing, given a set S of n points in the plane, which points of S are vertices of the convex hull of S. For certain variations of this problem, different proofs exist that the complexity of this problem in the algebraic decision tree model is Omega(n log n). This paper provides a relatively simple proof by reduction from epsilon-closeness.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1812.01332/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1812.01332/full.md

## References

3 references — full list in the complete paper: https://tomesphere.com/paper/1812.01332/full.md

---
Source: https://tomesphere.com/paper/1812.01332