[LeetCode] Reverse Vowels of a String 翻转字符串中的元音字母

Write a function that takes a string as input and reverse only the vowels of a string. Example 1:Given s = "hello", return "holle". Example 2:Given s
posted @ 2016-04-24 12:07  Grandyang  阅读(10188)  评论(2)    收藏  举报
Fork me on GitHub