Documentation
¶
Index ¶
- func AddTwoNumbers(l1 *util.ListNode, l2 *util.ListNode) *util.ListNode
- func CopyListWithRandomPointer(head *util.ListNodeWithRandom) *util.ListNodeWithRandom
- func FindTheDuplicateNumber(nums []int) int
- func LinkedListCycle(head *util.ListNode) bool
- func MergeKSortedLists(lists []*util.ListNode) *util.ListNode
- func MergeTwoSortedLists(head1 *util.ListNode, head2 *util.ListNode) *util.ListNode
- func RemoveNthFromEnd(head *util.ListNode, n int) *util.ListNode
- func ReorderList(head *util.ListNode)
- func ReverseLinkedList(head *util.ListNode) *util.ListNode
- func ReverseNodesInKGroup(head *util.ListNode, k int) *util.ListNode
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyListWithRandomPointer ¶
func CopyListWithRandomPointer(head *util.ListNodeWithRandom) *util.ListNodeWithRandom
func FindTheDuplicateNumber ¶
func LinkedListCycle ¶
func MergeTwoSortedLists ¶
func ReorderList ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.