Crate leetcode_test_utils

Source
Expand description

Testing & asserting & case-generating solutions for leetcode.

Modules§

tree
Leetcode binary tree operations.

Macros§

btree
Construct a binary tree using the leetcode sequence format, excluding the square brackets.
new_child
Rapidly create left & right children of the given node.
new_left
Rapidly create a left child of the given node.
new_right
Rapidly create a right child of the given node.