• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    C++
  • Created almost 7 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

C++ program that calculates the intersections of a set of line segments and circles. From these intersection points, calculates the convex hull and its area. The program reads from the standard input and write to the standard output. The algorithm for the calculation of the convex hull is fastest in the world.