摘要: Given an input string, reverse the string word by word. Example: Input: ["t","h","e"," ","s","k","y"," ","i","s"," ","b","l","u","e"] Output: ["b 阅读全文
posted @ 2020-03-24 06:50 CNoodle 阅读(229) 评论(0) 推荐(0)
摘要: Given an input string, reverse the string word by word. Example 1: Input: "the sky is blue" Output: "blue is sky the" Example 2: Input: " hello world! 阅读全文
posted @ 2020-03-24 05:19 CNoodle 阅读(600) 评论(0) 推荐(0)
摘要: Given a list of non-negative integers nums, arrange them such that they form the largest number. Note: The result may be very large, so you need to re 阅读全文
posted @ 2020-03-24 02:18 CNoodle 阅读(182) 评论(0) 推荐(0)