Module raw_def

Source
Expand description

Original definition of binary tree in leetcode, on which all the algorithms and operations are performed.

Structsยง

TreeNode
Leetcode definition of binary tree structure.