
Leetcode
数学小王子
这个作者很懒,什么都没留下…
展开
-
Leetcode:125 Valid Palindrome
DescriptionGiven a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases.Note: For the purpose of this problem, we define empty string as valid palin...原创 2018-07-19 14:38:06 · 149 阅读 · 0 评论 -
Leetcode:Best Time to Buy and Sell Stock II
DescriptionSay you have an array for which the ith element is the price of a given stock on day i.Design an algorithm to find the maximum profit. You may complete as many transactions as you like ...原创 2018-07-09 19:54:35 · 237 阅读 · 0 评论