-
-
Notifications
You must be signed in to change notification settings - Fork 40
feat: Inorder, Preorder, and Postorder Traversal of Tree #202
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
Conversation
|
Add proper PR template given along with issue number to check on with the PR and look through the project structure and filenames once. @motasimmakki |
Kindly have a look. |
prathimacode-hub
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes to be done 👍
Keep your project folder as "Inorder Preorder Postorder" and file name in snake case : inorder_preorder_postorder.py
Add conclusion in your README.md
Keep images folder as "Images"
Kindly do these changes. @motasimmakki
Kindly have a look now. 🎈 |
prathimacode-hub
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR approved. Well done.👍@motasimmakki
|
Congrats on merging your first Pull Request! 🎉 All the best for your amazing open source journey ahead. 🚀⚡️ |
Inorder, Preorder, & Postorder traversal
☑Hacktoberfest
☑Contributor
Related Issue
close: #198
Describe the changes you have made
Added implementation of Inorder, Preorder, and Postorder Traversal of Tree using Python.
@prathimacode-hub plz merge this