htk007 / SumOfEqualPairs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sum of Pairs


Input: {7, 3, 4, 2, 9, 8, 1}
Output: (3, 8) and (4, 7)
Explanation: 3+8 = 4+7

About


Languages

Language:Kotlin 100.0%