Module template

Source
Expand description

The string presentations of definitions on leetcode. These variables will be helpful for preparing leetcode workspace environment.

Constantsยง

TREE_INIT_TEXT
the definition of crate::tree::raw_def::TreeNode structure and the associated method crate::tree::raw_def::TreeNode::new.
TREE_SHORTCUTS_TEXT
Easy-to-input typedef of some tedious, but also useful structures