Class OJ
 All Classes Functions
Public Member Functions | Public Attributes | List of all members
TreeLinkNode Struct Reference

Public Member Functions

 TreeLinkNode (int v)
 

Public Attributes

TreeLinkNodeleft
 
TreeLinkNodenext
 
TreeLinkNoderight
 
int val
 

Detailed Description

Definition for binary tree, where each node has a 3rd next pointer.


The documentation for this struct was generated from the following file: