Skip to content

jithinkc22j/Binary_Tree_Alphabet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Binary_Tree_Alphabet

C program to demonstrate binary tree with Traversal.

This is a special case of binary tree with traversal-alphabet.

 Q:Demo - A -999 { A should be the root node. A B C -999 { A is the parent node, B is the left child ,C is the right child. B NULL D { B is the parent node, left child is NULL , D is the right child. C F NULL { C is the parent node, F is the left child , right child is NULL. -999 { Exit with traversal} Soln: Inorder-Traversal : B D A F C 

About

This is a special case of binary tree with traversal-alphabet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages