Versions in this module Expand all Collapse all v1 v1.6.6 Nov 27, 2021 v1.0.0 Feb 26, 2019 Changes in this version + var NULL = math.MinInt32 + func IsEqualSliceInt(s1, s2 []int) bool + func ListNode2SliceInt(l *ListNode) (s []int) + func TreeNode2SliceInt(t *TreeNode) (s []int) + type ListNode struct + Next *ListNode + Val int + func SliceInt2ListNode(s []int) *ListNode + type TreeNode struct + Left *TreeNode + Right *TreeNode + Val int + func SliceInt2TreeNode(s []int) *TreeNode