听众
收听
2018-04-26
用递归求二叉树深度的算法。 答案是: int height(Bitree T) { if (T==NULL) return 0; u=height(T->lchild); v=height(T->rchild); if (u>n) return (u+1) return (v+1) } 算法具体怎么运行了?u和v有什么作用?怎
未知领域 来自火星
https://www.optbbs.com/?54707
这家伙很懒,什么都没有留
...
更多>
留言