Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/careercup/ctci
/ addWord
Method
addWord
java/Chapter 18/Question18_13/WordGroup.java:20–23 ·
view source on GitHub ↗
(String s)
Source
from the content-addressed store, hash-verified
18
}
19
20
public
void
addWord (String s) {
21
group.add(s);
22
lookup.put(s, true);
23
}
24
25
public
int
length() {
26
return
group.size();
Callers
1
createWordGroups
Method · 0.45
Calls
2
put
Method · 0.80
add
Method · 0.45
Tested by
no test coverage detected