Chitresh-code / DSA_Worksheet

Worksheet posting DSA problems every day for GNIOT Students to solve and create PR's.
MIT License
17 stars 34 forks source link

Added treetransversal.c #90

Closed GovindaRohith closed 10 months ago

GovindaRohith commented 10 months ago

Added inorder traversal, postorder traversal and preorder traversal for a given tree and a sample main function of how to run the program

closes https://github.com/Chitresh-code/DSA_Worksheet/issues/81