diff options
| author | Paul Jungeblut <s_jungeb@i08pc56.atis-stud.uni-karlsruhe.de> | 2014-11-25 11:37:28 +0100 |
|---|---|---|
| committer | Paul Jungeblut <s_jungeb@i08pc56.atis-stud.uni-karlsruhe.de> | 2014-11-25 11:37:28 +0100 |
| commit | 7113e0921ad8c1592280ffee9445fab29e66fb7f (patch) | |
| tree | aae7af9617fa150d7bd75dbfeeea4a7a05845525 /geometry | |
| parent | 584bf7d1f9b476a09a011a33c0768cc7e03bc8e6 (diff) | |
Was passiert, wenn wir Java begegnen
Diffstat (limited to 'geometry')
| -rw-r--r-- | geometry/convexHull.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/geometry/convexHull.cpp b/geometry/convexHull.cpp index 5d6bc16..a2df10a 100644 --- a/geometry/convexHull.cpp +++ b/geometry/convexHull.cpp @@ -1,10 +1,3 @@ -#include <algorithm> -#include <iostream> -#include <sstream> -#include <string> -#include <vector> -using namespace std; - struct point { double x, y; point(){} point(double x, double y) : x(x), y(y) {} |
