This paper is published in Volume-4, Issue-3, 2018
Area
Computer Science Engineering
Author
Raj Bala, Sakshi Dhingra
Org/Univ
Chaudhary Devi Lal University, Sirsa, Haryana, India
Pub. Date
29 June, 2018
Paper ID
V4I3-2015
Publisher
Keywords
Tree, Node, Traversal, Path

Citationsacebook

IEEE
Raj Bala, Sakshi Dhingra. A review on tree traversal techniques, International Journal of Advance Research, Ideas and Innovations in Technology, www.IJARIIT.com.

APA
Raj Bala, Sakshi Dhingra (2018). A review on tree traversal techniques. International Journal of Advance Research, Ideas and Innovations in Technology, 4(3) www.IJARIIT.com.

MLA
Raj Bala, Sakshi Dhingra. "A review on tree traversal techniques." International Journal of Advance Research, Ideas and Innovations in Technology 4.3 (2018). www.IJARIIT.com.

Abstract

A tree is a non-linear data structure for fast storing and retrieval of data in primary memory. It represents data in the form of hierarchical form. Data are stored in a tree i.e. called as a node, in which topmost node is called root and each node has one or more nodes lying on the left or right side of a tree. Except for root node each node has a parent node. The information can be extracted from a tree through various traversal algorithms. Tree traversal means visiting the nodes of a tree at once. In this paper, we are studying different algorithms for tree traversal