摘要: Given an array of integers that is already sorted in ascending order, find two numbers such that they add up to a specific target number. The function 阅读全文
posted @ 2019-10-21 23:02 Schwifty 阅读(130) 评论(0) 推荐(0)
摘要: Given an input string, reverse the string word by word. Example 1: Example 2: Example 3: Note: A word is defined as a sequence of non-space characters 阅读全文
posted @ 2019-10-21 08:24 Schwifty 阅读(115) 评论(0) 推荐(0)