Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SuprDewd/CompetitiveProgramming
/ clear
Method
clear
code/data-structures/avl_tree.cpp:117–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
cur = cur->p;
116
} return sum; }
117
void clear() { delete_tree(root), root = NULL; } };
118
// vim: cc=60 ts=2 sts=2 sw=2:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected