错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Trees as Data Structures

  • Roberto Mantaci,
  • Jean-Baptiste Yunès

摘要

Linear structures like arrays or (linked) lists present the inconvenience that at least one of the function to access (search), insert or remove an element have complexity \(\varTheta (n)\) in the worst case. Non-linear structure like treesTree allow to perform this operations in logarithmic time.