Talk:Two sum: Difference between revisions

Content added Content deleted
(Create discussion page, added clarification question)
 
(Some ambiguities)
Line 5: Line 5:


Shoudn't that be ''return [1,3]'' ?
Shoudn't that be ''return [1,3]'' ?


== Some ambiguities ==
What if there is more then one way to get the desired sum? Should it return '''all''' of the pairs or only '''a''' pair? Are we to assume the integers in the array are unique? --[[User:Thundergnat|Thundergnat]] ([[User talk:Thundergnat|talk]]) 22:21, 4 October 2016 (UTC)