Versions in this module Expand all Collapse all v0 v0.1.1 May 29, 2024 v0.1.0 May 29, 2024 Changes in this version + var MaxNode = &ListNode + type ListNode struct + Next *ListNode + Val int + type Node struct + Key int + func ReconstructBinTree(inorder, preorder []Node) *Node