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

Implementation of preorder traversal in typescript #3034

Merged
merged 1 commit into from
May 31, 2020
Merged

Implementation of preorder traversal in typescript #3034

merged 1 commit into from
May 31, 2020

Conversation

Shr03mink
Copy link
Contributor

@Shr03mink Shr03mink commented May 30, 2020

Fixes #2550

Checklist:

  • 4 space indentation.
  • Coding conventions are followed.
  • Input is taken dynamically.
  • Sample Input / Output is added at the end of file.
  • Logic Documentation (Comments).
  • File names are correct.

Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!

Changes proposed in this pull request:

  • Implementation of preorder traversal in typescript

Languages Used:

  • TypeScript

Files Added:

  • Tree_Preorder_Traversal.ts

We're happy to help you get this ready -- don't be afraid to ask for help.

Thanks!

@Shr03mink
Copy link
Contributor Author

Please let me know if any changes are required. Thank you!

@Shr03mink Shr03mink mentioned this pull request May 30, 2020
15 tasks
Copy link
Collaborator

@singh-shreya6 singh-shreya6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make the change and squash your commits.

@@ -0,0 +1,53 @@
/* Implemtation of the pre-order traversal of a binary tree in TypeScript language */
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo in word implementation

@Shr03mink
Copy link
Contributor Author

I have made the changes and squashed my commits.

@singh-shreya6 singh-shreya6 merged commit 07e48a6 into jainaman224:master May 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tree Preorder Traversal
2 participants