期刊名称:International Journal on Computer Science and Engineering
印刷版ISSN:2229-5631
电子版ISSN:0975-3397
出版年度:2010
卷号:2
期号:5
页码:1445-1448
出版社:Engg Journals Publications
摘要:Tree traversal refers to the process of visiting or examining 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 of the tree are visited. This paper presents a new and innovative technique using which traversing in trees as well as in graph becomes extremely easy and using this technique explanation & understanding of traversing in trees & graphs also becomes easy using set construct.
关键词:Tree; Graph; Traversing algorithm; set construct; adjacency matrix