第十週_Leetcode

題目: 344. Reverse String 題目描述: Write a function that takes a string as input and returns the string reversed. 測試樣例: Given s = "hello", return "olleh". 思路分析: string是不可變數組類型,要想改變字符串順序需要採用s1 = s1[:i]+s[n-
相關文章
相關標籤/搜索