Skip to content

Commit 142baba

Browse files
author
lanyuanxiaoyao
committed
修改文件: _posts/2016-10-30-reverse-vowels-of-a-string.md
1 parent f250973 commit 142baba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_posts/2016-10-30-reverse-vowels-of-a-string.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ categories: LeetCode
66
tags: [LeetCode,Easy,字符串处理,堆栈]
77
---
88

9+
* content
10+
{:toc}
11+
12+
913
>Write a function that takes a string as input and reverse only the vowels of a string.
1014
**Note:**The vowels does not include the letter "y".
1115
写一个函数把字符串中的元音字母的顺序调转,‘Y’不是一个元音字母

0 commit comments

Comments
 (0)