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

Function handle_solution

code/other/algorithm_x.cpp:1–1  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1bool handle_solution(vi rows) { return false; }
2struct exact_cover {
3 struct node {
4 node *l, *r, *u, *d, *p;

Callers 1

searchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected