Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsIntArrayEqual ¶
IsIntArrayEqual compares two []int and returns if they are the same.
func IsStrArrayEqual ¶
IsStrArrayEqual compares two []string and returns if they are the same.
func LengthOfLinkedList ¶
func PrintLinkedList ¶
func PrintLinkedList(node *ListNode)
Types ¶
type BinaryTreeNode ¶
type BinaryTreeNode struct {
Val int
Left *BinaryTreeNode
Right *BinaryTreeNode
}
Click to show internal directories.
Click to hide internal directories.