摘要: Write a function that reverses a string. The input string is given as an array of characters s. You must do this by modifying the input array in-place 阅读全文
posted @ 2019-10-12 08:45 CNoodle 阅读(161) 评论(0) 推荐(0)
摘要: The array-form of an integer num is an array representing its digits in left to right order. For example, for num = 1321, the array form is [1,3,2,1]. 阅读全文
posted @ 2019-10-12 00:58 CNoodle 阅读(287) 评论(0) 推荐(0)