来做一个暴力题# JobHunting - 待字闺中M*a2014-04-09 07:041 楼Given n array return true if there exist a element from each array whose sumis zero这样子的除了暴力法还有什么好办法。
c*r2014-04-09 07:042 楼感觉是一道DFS的题sum【在 M*******a 的大作中提到】: Given n array return true if there exist a element from each array whose sum: is zero: 这样子的除了暴力法还有什么好办法。
c*22014-04-09 07:043 楼如果每个array的长度是m, 复杂度是多少?sum【在 M*******a 的大作中提到】: Given n array return true if there exist a element from each array whose sum: is zero: 这样子的除了暴力法还有什么好办法。
T*12014-04-09 07:044 楼没看懂题目是长度为n的array还是n个arrays?是一个元素element还是一组元素elements来满足条件?Given n array? Given n arrays?There exist? There exists?a element? an element?