binary-tree

英['baɪnəriːtr'iː] 美['baɪnəriːtr'iː]
  • 二叉树
  • binary adj.二进位的;二元的n.二进制;二元
  • stream n.(小)河;水流;(人;车;气)流;组v.流动;流出;飘动;将(学生)按能力分组
    1. Write a function to find the depth of a binary tree.
      写个程序找到一个二叉树的深度。
    2. If a binary tree becomes degenerate, we run into the same efficiency problems as we did with the singly linked list.
      如果二叉树变得很不平衡,我们将会碰到同样的效率问题如同在持久化单向链表是一样。