Sunday, May 20, 2018

what do you mean by tree traversal?

Problem statement: what do you mean by tree traversal?
  1. The process of visiting all nodes of a tree is called tree traversal.
  • Types of tree traversal?
  1. Preorder (DLR) Traversal [D-data, L-left, R-right]
  2. Inorder (LDR) Traversal
  3. Postorder (LRD) Traversal

No comments:

Post a Comment

Blueprint for self-improvement

To learn faster: Make the process fun To understand yourself : Write To understand the world better : Read To build deeper connection : Lis...