2-dimensional Convex Hull, Online

Here, we are given the input points one by one, and must maintain the current convex hull after each input point.

Parameters

  • nn: number of line segments
  • hh: number of points on the convex hull

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 1 of 1 algorithms

See more
Online 2-d Convex Hull, Preparata1979O(logn) per operation, O(n*log(n)) totalO(n)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table