Basic computer course, C programming language, Education, Engineering Course, Engineering Courses, Maths Coaching, online computer coaching, PGDCA course coaching, programming course, school computer coaching, training, Uncategorized, Web Design course

What is traversal of Tree? tccicomputercoaching.com

Traversal is a process to visit all the nodes of a tree and may print their values too. Because, all nodes are connected via edges (links) we always start from the root (head) node. That is, we cannot randomly access a node in a tree.

traversal tree

There are three ways which we use to traverse a tree –

  • In-order Traversal
  • Pre-order Traversal
  • Post-order Traversal

Generally, we traverse a tree to search or locate a given item or key in the tree or to print all the values it contains.

At TCCI you can learn more efficiently Data Structure and other programming Languages like C, C++, Java, Python, .Net, C# etc.

We believe in Student satisfaction.

Call us @ 9825618292

Visit us @ http://www.tccicomputercoaching.com

 

Leave a comment