Find All Four Sum Numbers

Question link:- https://practice.geeksforgeeks.org/problems/find-all-four-sum-numbers1732/1

Code link:-https://ide.codingblocks.com/s/378675

I think the approach here is fine but still getting wrong answer.

hello @div_yanshu07 how much test cases your code is able to pass?

I don’t think so gfg shows that details.

hey @div_yanshu07 please give me sometime .
till then you can solve any other question .
i think you can solve this question by brute force approach as well .
as there is mentioned that you can use the time complecity of n^3

I have solved it using n^3 time complexity.

but your code is giving error by that O(N^3) approach .
right ?

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.