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

Method bb

code/data-structures/kd_tree.cpp:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 struct bb {
22 pt from, to;
23 bb(pt _from, pt _to) : from(_from), to(_to) {}
24 double dist(const pt &p) {
25 double sum = 0.0;
26 rep(i,0,K) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected