Skip to content

Update bst.py#435

Open
kazisufiyan-k2 wants to merge 1 commit into
ndleah:mainfrom
kazisufiyan-k2:patch-2
Open

Update bst.py#435
kazisufiyan-k2 wants to merge 1 commit into
ndleah:mainfrom
kazisufiyan-k2:patch-2

Conversation

@kazisufiyan-k2
Copy link
Copy Markdown

The search() function was added to check whether a value exists in the Binary Search Tree or not.

It improves the BST by adding an important operation commonly used in tree data structures. This makes the project more complete, practical, and useful for learning and real-world implementation.

The search() function was added to check whether a value exists in the Binary Search Tree or not.

It improves the BST by adding an important operation commonly used in tree data structures. This makes the project more complete, practical, and useful for learning and real-world implementation.
@kazisufiyan-k2
Copy link
Copy Markdown
Author

Hi, I have made the required changes and added the search() functionality to the BST implementation.
Could you please review and approve my pull request?

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