saritapatel8770 / Leetcode-solutions

7 stars 46 forks source link

Two Sum IV - Input is a BST #138

Open lokesh783 opened 1 year ago

lokesh783 commented 1 year ago

I want to add C++ code for Two Sum IV - Input is a BST question. Its time complexity is order of n and goes same with space complexity.