Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

树是工程里最常用的"自然数据结构骨架"

  • 数据库索引 = B+ 树
  • 浏览器 DOM = 树
  • 文件系统 = 树
  • JSON = 树
  • 优先队列 = 堆

理解树,理解了半个数据世界。