算法设计基础2

1.凸包问题  代码:     #include<iostream> #include<math.h> #include<stdlib.h> using namespace std; typedef struct { int x; int y; int flag; }tubao;  typedef struct { tubao a[10]; int length; }Point; Point p;
相关文章
相关标签/搜索