libmath-convexhull-monotonechain-perl - 0.1-1+b9 main

Math::ConvexHull::MonotoneChain optionally exports a single function
convex_hull which calculates the convex hull of the input points and returns
it. Andrew's monotone chain convex hull algorithm constructs the convex hull
of a set of 2-dimensional points in O(n*log(n)) time.
.
It does so by first sorting the points lexicographically (first by
x-coordinate, and in case of a tie, by y-coordinate), and then constructing
upper and lower hulls of the points in O(n) time. It should be somewhat faster
than a plain Graham's scan (also O(n*log(n))) in practice since it avoids polar
coordinates.

Priority: optional
Section: perl
Suites: amber byzantium crimson dawn landing 
Maintainer: Debian Perl Group <pkg-perl-maintainers [꩜] lists.alioth.debian.org>
 
Homepage Source Package
 

Dependencies

  • perl (>= 5.32.0-4)
  • perlapi-5.32.0
  • libc6 (>= 2.2.5)

Installed Size: 43.0 kB
Architectures: arm64  amd64 

 

Versions

0.1-1+b9 amd64 0.1-1+b8 arm64