
LeetCode
lannooooooooooo
这个作者很懒,什么都没留下…
展开
-
LeetCode--Two Sum
问题描述 Given an array of integers, return indices of the two numbers such that they add up to a specific target.You may assume that each input would have exactly one solution. Example: Given nums原创 2017-01-20 14:55:04 · 301 阅读 · 0 评论 -
LeetCode--ZigZag Conversion
问题描述 The string “PAYPALISHIRING” is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility) And then read line b原创 2017-01-20 16:49:06 · 221 阅读 · 0 评论