摘要:
Write a function that takes a string as input and returns the string reversed. Example:Given s = "hello", return "olleh". 阅读全文
posted @ 2016-05-10 22:31
米开朗菠萝
阅读(118)
评论(0)
推荐(0)
摘要:
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-05-10 22:26
米开朗菠萝
阅读(285)
评论(0)
推荐(0)