MCPcopy Create free account
hub / github.com/SuprDewd/CompetitiveProgramming / RMST

Method RMST

code/geometry/rmst.cpp:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 } best[MAXN], arr[MAXN], tmp[MAXN];
13 int n;
14 RMST() : n(0) {}
15 void add_point(int x, int y) {
16 arr[arr[n].i = n].x = x, arr[n++].y = y; }
17 void rec(int l, int r) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected