Two Sum — LeetCode's Solution In C# With Both O(n) And O(n²) Approach ... input 1: { 2, 7, 11, 15 }, target: 9 — answer is [0,1] since 2+7 = 9.
確定! 回上一頁