二维凸包 Graham扫描算法 +hdu 1392
摘要:
这个链接讲这个算法讲得很好:点击打开链接#include#include#include#include#define eps 1e-12#include#includeusing namespace std;struct point{ double x,y;} ch[100],pp[100]... 阅读全文
posted @ 2017-09-19 23:08 横济沧海 阅读(150) 评论(0) 推荐(0)
浙公网安备 33010602011771号