释义 |
binary tree短语⁶⁸⁴²³ 基本例句 二元树,二叉树 Write a function to find the depth of abinary tree.写个程序找到一个二叉树的深度。 If abinary treebecomes degenerate, we run into the same efficiency problems as we did with the singly linked list.如果二叉树变得很不平衡,我们将会碰到同样的效率问题如同在持久化单向链表是一样。 |