Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Hi @fishercoder1534
I think solution for _325 would not work for below input
{1,3,7,2} and Sum 5
Expected output {2,3} = 2 but solution is giving 0
Let me know your suggestion on this. :)