find all the sets of 4 no.s from given vector such that their sum is equal to target and there should not be any duplicate sets.(leetcode)(O(n^3))

前端 未结 0 1908
我寻月下人不归
我寻月下人不归 2021-02-09 07:47

i am using this two pointers approach but it is not passing all the test cases. It is not able to find all such sets, i just want to know that why it is not finding all the set

相关标签:
回答
  • 消灭零回复
提交回复
热议问题