Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apna-college/Alpha
/ QueueInfo
Method
QueueInfo
16_BinaryTrees/TopView.java:19–22 ·
view source on GitHub ↗
(Node node, int hd)
Source
from the content-addressed store, hash-verified
17
int
hd;
18
19
public
QueueInfo(Node node,
int
hd) {
20
this.node = node;
21
this.hd = hd;
22
}
23
}
24
25
public
static
void
topView(Node root) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected