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

Class entry

code/strings/suffix_array.cpp:1–1  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1struct entry { ii nr; int p; };
2bool operator <(const entry &a, const entry &b) {
3 return a.nr < b.nr; }
4struct suffix_array {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected