Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algorithmzuo/videocode
/ main
Method
main
src/videocode/Code03_AppleMinBags.java:70–75 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
68
}
69
70
public
static
void
main(String[] args) {
71
for
(
int
apple = 0; apple < 100; apple++) {
72
System.out.println(minBag(apple) == test(apple));
73
}
74
75
}
76
77
}
Callers
nothing calls this directly
Calls
2
minBag
Method · 0.95
test
Method · 0.95
Tested by
no test coverage detected