Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
struct entry { ii nr; int p; };
2
bool operator <(const entry &a, const entry &b) {
3
return a.nr < b.nr; }
4
struct suffix_array {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected