Versions in this module Expand all Collapse all v0 v0.1.1 Sep 6, 2022 v0.1.0 Aug 31, 2022 Changes in this version + type ListNode struct + Next *ListNode + Val int + func NewRandomCycleList() *ListNode + func NewRandomList() *ListNode + func (n *ListNode) Length() int + func (n *ListNode) Println() string