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 methodcrate::tree::raw_def::TreeNode::new
. - TREE_
SHORTCUTS_ TEXT - Easy-to-input typedef of some tedious, but also useful structures