Anish Kumar Dubey
I am just a random guy doing random things
18 posts tagged with "Tree"
All tags
18. Sum of Nodes in a tree
#C++
#DSA
#Tree
17. Print tree level wise
#C++
#DSA
#Tree
16. Print all nodes at level K
#C++
#DSA
#Tree
15. Node with maximum child sum iteratively
#C++
#DSA
#Tree
14. Post-order traversal of tree
#C++
#DSA
#Tree
13. Node with maximum child sum recursively
#C++
#DSA
#Tree
12. Pre-Order traversal of tree
#C++
#DSA
#Tree
11. Next larger node with value just greater than n.
#C++
#DSA
#Tree
10. Find Max Data Node in tree
#C++
#DSA
#Tree
9. Find height of tree
#C++
#DSA
#Tree
8. Create a tree and take input and print tree recursively
#C++
#DSA
#Tree
7. Create a tree and take input and print tree recursively
#C++
#DSA
#Tree
6. Deleting a tree manually
#C++
#DSA
#Tree
5. Count Leaf Nodes
#C++
#DSA
#Tree
4. Count Number of Nodes in a tree
#C++
#DSA
#Tree
3. Check if a tree contains x
#C++
#DSA
#Tree
2. Count number of nodes greater than x
#C++
#DSA
#Tree
1. Check if two trees are structurally identical
#C++
#DSA
#Tree