Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apna-college/Alpha
/ recSearch
Method
recSearch
12_LinkedList.java/LL.java:119–121 ·
view source on GitHub ↗
(int key)
Source
from the content-addressed store, hash-verified
117
}
118
119
public
int
recSearch(
int
key) {
120
return
searchHelper(head, key);
121
}
122
123
public
int
searchHelper(Node head,
int
key) {
124
if
(head == null) {
Callers
nothing calls this directly
Calls
1
searchHelper
Method · 0.95
Tested by
no test coverage detected