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

Public Member Functions

 ListNode (int x)
 

Public Attributes

ListNodenext
 
int val
 

Detailed Description

Definition for singly-linked list.


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