Leetcode之Reverse Vowels of a String 問題

問題描述: Write a function that takes a string as input and reverse only the vowels of a string. Note: The vowels does not include the letter "y". 示例一: Given s = "hello", return "holle". 示例二: Given s = "l
相關文章
相關標籤/搜索