無聊刷LeetCode系列 344. Reverse String 2018-08-022018-08-28 藍色的蘿蔔.NET, C#, Leetcode, 程式語言 Write a function that takes a string as input and returns the string reversed. Example: Given s = “hello”, return “olleh”.