
Algorithm------数学--计算几何
OJBFOWE
望尽天涯路,不知回首。
念尽坎坷经,方得始终。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ACM-ICPC国际大学生程序设计竞赛北京赛区(2017)网络赛 Territorial Dispute (凸包)
ACM-ICPC国际大学生程序设计竞赛北京赛区(2017)网络赛 Territorial Dispute (凸包)计算几何原创 2017-09-26 14:43:56 · 325 阅读 · 0 评论 -
SWERC2017 Blowing Candles 凸包+旋转卡壳(模板题)
生日蛋糕上有蜡烛,问把蜡烛包括的两条平行线间的最短距离;#include <iostream> #include <string.h> #include <algorithm> #include <math.h> #include <vector> using namespace std; const int maxn=2e5+10; ...原创 2018-05-01 21:42:38 · 325 阅读 · 0 评论