Closed shashank-556 closed 3 years ago
Thanks for opening this pull request! Please be sure that you have checked out our contributing guidelines.
Thanks for opening this pull request. Please star this repository to show your support, In the meantime I am reviewing the code.
@amritansh22 Please review my code and let me know if there is any mistake .
Congrats on merging your first pull request! We are proud of you!
@shashank-556 Thanks a lot for opening this pull request.
Updated Two_sum.cpp file to return the indices of two numbers (if exist) with a target sum even in an unsorted array . The worst case time complexity of program is practically still O(n)