libmath-convexhull-monotonechain-perl binary package in Ubuntu Jammy arm64

 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.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2022-03-02 17:45:17 UTC Published Ubuntu Jammy arm64 release universe perl Optional 0.1-1build9
  • Published
  • Copied from ubuntu jammy-proposed arm64 in Primary Archive for Ubuntu
  Deleted Ubuntu Jammy arm64 proposed universe perl Optional 0.1-1build9
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to jammy

  • Published
  2022-03-02 18:00:59 UTC Superseded Ubuntu Jammy arm64 release universe perl Optional 0.1-1build8
  • Removed from disk .
  • Removal requested .
  • Superseded by arm64 build of libmath-convexhull-monotonechain-perl 0.1-1build9 in ubuntu jammy PROPOSED
  • Published
  • Copied from ubuntu hirsute-proposed arm64 in Primary Archive for Ubuntu