Module leetcode_test_utils::tree::raw_def[][src]

Expand description

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

Structs

Leetcode definition of binary tree structure.