MAZHARMIK / Interview_DS_Algo

Super Repository for Coding Interview Preperation
https://github.com/MAZHARMIK/Interview_DS_Algo
1.6k stars 947 forks source link

Create Inorder-Successor-BST.java #52

Open Gyaneshkr5009 opened 1 week ago

Gyaneshkr5009 commented 1 week ago

Dear CodeWithMike,

I hope you're doing well. I recently solved a binary search problem in Java, implementing both the brute force and optimal solutions.

Brute Force Approach: Time & Space Complexity: O(n)
Optimal Approach: Time Complexity: O(n), Space Complexity: O(1)

Having recently learned Git and GitHub, I am eager to contribute to your repository, which has been instrumental in helping me grow and understand DSA concepts through your videos.

I have submitted a pull request with the solution and would be honored if you could review and consider accepting it. I would love the opportunity to be a part of your repository and continue learning from the community you've built.