08 2016 档案
摘要:原题链接在这里:https://leetcode.com/problems/reverse-vowels-of-a-string/ 题目: Write a function that takes a string as input and reverse only the vowels of a s
阅读全文
摘要:原题链接在这里:https://leetcode.com/problems/reverse-string/ 题目: Write a function that reverses a string. The input string is given as an array of characters
阅读全文
摘要:原题链接在这里:https://leetcode.com/problems/power-of-four/ 题目: Given an integer (signed 32 bits), write a function to check whether it is a power of 4. Exam
阅读全文