Skip to content

feat: leetcode Construct Binary Search Tree from Preorder Traversal s…#1021

Merged
Panquesito7 merged 3 commits intoTheAlgorithms:masterfrom
Sindhuinti:leetcode-1008
Nov 5, 2022
Merged

feat: leetcode Construct Binary Search Tree from Preorder Traversal s…#1021
Panquesito7 merged 3 commits intoTheAlgorithms:masterfrom
Sindhuinti:leetcode-1008

Conversation

@Sindhuinti
Copy link
Copy Markdown
Contributor

@Sindhuinti Sindhuinti commented Oct 9, 2022

…olution (1008)

Description of Change

References

Checklist

  • [ ✅ ] Added description of change
  • [✅] Added file name matches File name guidelines
  • Added tests and example, test must pass
  • [✅ ] Relevant documentation/comments is changed or added
  • [✅ ] PR title follows semantic commit guidelines
  • [✅ ] Search previous suggestions before making a new one, as yours may be a duplicate.
  • [✅ ] I acknowledge that all my contributions will be made under the project's license.

Notes:

Leetcode problem Construct Binary Search Tree from Preorder Traversal solution

@Sindhuinti Sindhuinti closed this Oct 9, 2022
@Sindhuinti Sindhuinti reopened this Oct 9, 2022
@Panquesito7 Panquesito7 added the Leetcode folder changes Changes to Leetcode folder. Known CI issues. label Oct 26, 2022
Copy link
Copy Markdown
Member

@Panquesito7 Panquesito7 left a comment

Choose a reason for hiding this comment

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

Hey there! Thanks for submitting a PR 😄 Could you please resolve the merge conflicts here?
Let us know if you need any help here or on our Discord server! 🙂

@Sindhuinti
Copy link
Copy Markdown
Contributor Author

@Panquesito7 merge conflict resolved ✅

Copy link
Copy Markdown
Member

@Panquesito7 Panquesito7 left a comment

Choose a reason for hiding this comment

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

Thanks! 🚀

@Panquesito7 Panquesito7 added the enhancement New feature or request label Nov 5, 2022
@Panquesito7 Panquesito7 merged commit a0f6583 into TheAlgorithms:master Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request Leetcode folder changes Changes to Leetcode folder. Known CI issues.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants