已知二叉树先序和中序序列 求后序序列

源码以下:code void test(std::string str1,std::string str2,int length) { if(str1.empty()&&str2.empty()) return; s.push(str1.c_str()[0]); int count=str2.find_first_of(s.top()); std::string str11,str22
相关文章
相关标签/搜索