Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Solution ¶
type Solution struct {
// contains filtered or unexported fields
}
Solution 是需要设计的数据结构 Definition for singly-linked list.
type ListNode struct { Val int Next *ListNode }
func Constructor ¶
Constructor 构建 Solution head is The linked list's head. Note that the head is guaranteed to be not null, so it contains at least one node. */
Click to show internal directories.
Click to hide internal directories.