浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Tree traversal - Wikipedia, the free encyclopedia

Tree traversal

From Wikipedia, the free encyclopedia
Jump to: navigation, search

In computer science, tree traversal refers to the process of visiting (examining and/or updating) each node in a tree data structure, exactly once, in a systematic way. Such traversals are classified by the order in which the nodes are visited. The following algorithms are described for a binary tree, but they may be generalized to other trees as well.

posted on 2012-12-17 00:09  lexus  阅读(182)  评论(0编辑  收藏  举报