面试题:搜索二叉树转双向链表(二)

2014-11-24 03:09:09 · 作者: · 浏览: 3
nvert2(root); //solution 3 root = deCircle2(root); cout<<"After converted:"; printDouLink(root); system("pause"); return 0; }


运行结果:

\