Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiwarishashwat/InterviewCodes
/ Pair
Method
Pair
TreeTopView.java:4–8 ·
view source on GitHub ↗
(Node n,int v)
Source
from the content-addressed store, hash-verified
2
int
vertical;
3
Node node;
4
Pair(Node n,
int
v)
5
{
6
vertical = v;
7
node = n;
8
}
9
}
10
11
class
Solution
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected