Leet code刷題筆記
Two Sum -Python解題
困難度:Easy 題目: 找出兩個數字的索引相加會等於目標數字。 Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.
read more困難度:Easy 題目: 找出兩個數字的索引相加會等於目標數字。 Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.
read more