csubhasundar / CodingPractice-Hacktoberfest23

Repository totally dedicated to Hacktober Fest 2023, feel free to use it. Topics hacktoberfest hacktoberfest-accepted hacktoberfest2023
33 stars 297 forks source link

Added BST Traversal 1.0 #212

Closed avinashyadav16 closed 9 months ago

avinashyadav16 commented 11 months ago

I have added Binary Tree Traversal Algorithms especially depth-first traversal (Pre-Order, In-Order, Post-Order). The Code is well written in C language with proper comments for easy explanation of each step in the algorithm.