Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All types of binary tree traversal in c #231

Closed
Anim3shSinha opened this issue Oct 22, 2022 · 2 comments
Closed

All types of binary tree traversal in c #231

Anim3shSinha opened this issue Oct 22, 2022 · 2 comments

Comments

@Anim3shSinha
Copy link
Contributor

Simple c program to show in-order, pre-order and post-order traversal in a binary tree

@Anim3shSinha
Copy link
Contributor Author

Anim3shSinha commented Oct 22, 2022

@Pavan-Kamthane , please assign this issue to me with hacktoberfest label.

@Anim3shSinha
Copy link
Contributor Author

PR filed - #232

VedantKCSE added a commit that referenced this issue Oct 24, 2022
This code contains the three types of traversal - Inoder, Preorder and
Postorder traversal of a binary tree. For the issue #231
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants