Jump to content

New - Lctfix Net

Specialized guides for the latest Pixel UI and system versions.

// Cut: remove edge between u and v void cut(Node* u, Node* v) make_root(u); access(v); // Check if they are actually connected directly if (v->l == u && !u->l && !u->r) v->l = nullptr; u->p = nullptr; v->update(); lctfix net new

If "lctfix" was intended to be something else, here are two other possibilities: Specialized guides for the latest Pixel UI and

×
×
  • Create New...