problemscpp
A collection of my answers to algorithm problems in c++.
|
1020 Tree Traversals 更多...
类 | |
struct | TreeNode |
函数 | |
int | main (istream &cin, ostream &cout) |
TreeNode * | parse (vector< unsigned int > post_order, const vector< unsigned int > &in_order) |
TEST (a1020, case1) | |
1020 Tree Traversals
int pat::a::a1020::main | ( | istream & | cin, |
ostream & | cout | ||
) |
引用了 parse() , 以及 acwing::acwing836_408::root.
被这些函数引用 TEST().
TreeNode * pat::a::a1020::parse | ( | vector< unsigned int > | post_order, |
const vector< unsigned int > & | in_order | ||
) |
引用了 acwing::acwing1929::left, parse(), acwing::acwing1929::right , 以及 acwing::acwing836_408::root.
pat::a::a1020::TEST | ( | a1020 | , |
case1 | |||
) |