几何模版-凸包
摘要:Graham算法平均复杂度:N log(N)#include #include #include #include #include using namespace std;const int Max = 1100;#define PI 3.1415926struct Point{ int x...
阅读全文
posted @ 2016-01-25 12:48
posted @ 2016-01-25 12:48
posted @ 2016-01-25 11:12