Skip to content

[Feature Request]: Leetcode Problem: 98 #872

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

Closed
4 tasks done
Anshika14528 opened this issue Jun 9, 2024 · 2 comments · Fixed by #886
Closed
4 tasks done

[Feature Request]: Leetcode Problem: 98 #872

Anshika14528 opened this issue Jun 9, 2024 · 2 comments · Fixed by #886
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers gssoc GirlScript Summer of Code | Contributor GSSOC'24 GirlScript Summer of Code | Contributor level2 GirlScript Summer of Code | Contributor's Levels

Comments

@Anshika14528
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Feature Description

I want to add solution to this problem
Validate Binary search tree(98):
Given the root of a binary tree, determine if it is a valid binary search tree (BST).

A valid BST is defined as follows:
The left subtreeof a node contains only nodes with keys less than the node's key.
The right subtree of a node contains only nodes with keys greater than the node's key.
Both the left and right subtrees must also be binary search trees.

Use Case

For users to be able to see the solutions and understand it.

Benefits

No response

Add ScreenShots

No response

Priority

High

Record

  • I have read the Contributing Guidelines
  • I'm a GSSOC'24 contributor
  • I have starred the repository
@Anshika14528 Anshika14528 added the enhancement New feature or request label Jun 9, 2024
Copy link

github-actions bot commented Jun 9, 2024

Hi there! 👋 Thank you for opening your first issue on CodeHarborHub. We're excited to hear your thoughts and help you out. Please provide as much detail as you can so we can assist you effectively.

@ajay-dhangar ajay-dhangar added documentation Improvements or additions to documentation good first issue Good for newcomers GSSOC'24 GirlScript Summer of Code | Contributor level2 GirlScript Summer of Code | Contributor's Levels gssoc GirlScript Summer of Code | Contributor labels Jun 9, 2024
@ajay-dhangar ajay-dhangar moved this to In Progress in @CodeHarborHub Jun 9, 2024
Anshika14528 added a commit to Anshika14528/codeharborhub.github.io that referenced this issue Jun 9, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in @CodeHarborHub Jun 10, 2024
Copy link

Hello @Anshika14528! Your issue #872 has been closed. Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers gssoc GirlScript Summer of Code | Contributor GSSOC'24 GirlScript Summer of Code | Contributor level2 GirlScript Summer of Code | Contributor's Levels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants