Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListNode ¶
Definition for singly-linked list.
func NewRandomCycleList ¶
func NewRandomCycleList() *ListNode
NewRandomList generate a random cycle singly linked list.
func NewRandomList ¶
func NewRandomList() *ListNode
NewRandomList generate a random singly linked list.
Click to show internal directories.
Click to hide internal directories.