Macro leetcode_test_utils::btree[][src]

macro_rules! btree {
    () => { ... };
    ($($val: expr),+ $(,)?) => { ... };
}
Expand description

Construct a binary tree using the leetcode sequence format, excluding the square brackets.