go的演算法問題

ilmari發表於2016-10-16

Leetcode 上的 twosum 演算法怎麼用 go 實現

*two Sum

Given nums = [2, 7, 11, 15], target = 9,

Because nums[0] + nums[1] = 2 + 7 = 9,
return [0, 1].
更多原創文章乾貨分享,請關注公眾號
  • go的演算法問題
  • 加微信實戰群請加微信(註明:實戰群):gocnio

相關文章