codeIIEST / Algorithms

A Repository to store implementation of some of the famous Data Structures and Algorithms (mainly in C/C++/Java/Python) for everyone to learn and contribute.
http://codeiiest.github.io/Algorithms/
MIT License
204 stars 163 forks source link

Traversals #214

Closed Jatin86400 closed 6 years ago

Jatin86400 commented 6 years ago

ISSUE NUMBER

https://github.com/codeIIEST/Algorithms/issues/213

SHORT DESCRIPTION

pre order , in order and post order traversal files has been added.