Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShahjalalShohag/code-library
/ Basis
Method
Basis
Math/Basis Vector.cpp:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
sz = 0;
13
}
14
Basis() {
15
clear();
16
}
17
void insert(T x) {
18
for (int i = B - 1; i >= 0; i--) {
19
if (x >> i & 1) {
Callers
nothing calls this directly
Calls
1
clear
Function · 0.50
Tested by
no test coverage detected