Skip to content

Conversation

@Ashish1896
Copy link

This implementation includes methods for inserting, searching, and traversing the tree, as well as finding the minimum and maximum values.

Contribution Details

This PR adds a Binary Search Tree implementation in Python with the following features:

  • Node class for tree structure
  • Insert operation (recursive)
  • Search operation (recursive)
  • Inorder traversal
  • Find minimum and maximum values
  • Example usage demonstrating all operations

Hacktoberfest Participation

I would like to request the hacktoberfest-accepted label for this pull request. This is an intermediate-level algorithm contribution that adds educational value to the repository.

Thank you for reviewing this contribution!

This implementation includes methods for inserting, searching, and traversing the tree, as well as finding the minimum and maximum values.
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

Successfully merging this pull request may close these issues.

1 participant