MCPcopy Create free account
hub / github.com/Vishruth-S/CompetitiveCode / Node

Class Node

HackerEarth_problems/Shubham and Subarray Xor/solution.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#define M 20
10
11struct Node
12{
13 Node *ptrarr[2];
14};
15Node *head;
16
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected