We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eee5c1 commit a1d85bbCopy full SHA for a1d85bb
content/geometry/HalfPlane.h
@@ -1,12 +1,12 @@
1
2
/**
3
- * Author:
4
- * Date:
5
- * License:
6
- * Source:
7
- * Description:
8
- * Time:
9
- * Status:
+ * Author: chilli
+ * Date: 2019-05-05
+ * License: CC0
+ * Source: https://github.com/zimpha/algorithmic-library/blob/master/computational-geometry/polygon.cc
+ * Description: Computes the intersection of a set of half-planes.
+ * Time: O(n \log n)
+ * Status: fuzz-tested, submitted on https://maps19.kattis.com/problems/marshlandrescues
10
* Usage:
11
*/
12
#pragma once
0 commit comments