自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 week8-leetcode #49-Group Anagrams

week8-leetcode #49-Group Anagrams题目地址: https://leetcode.com/problems/group-anagrams/description/QuestionGiven an array of strings, group anagrams together.Examplegiven: ["eat", "tea", "tan", "ate", "na

2017-10-28 19:22:03 124

原创 week8-leetcode #242-Valid Anagram

week8-leetcode #242-Valid Anagram题目地址: https://leetcode.com/problems/valid-anagram/description/QuestionGiven two strings s and t, write a function to determine if t is an anagram of s.ExampleFor exampl

2017-10-28 19:21:22 127

原创 week7-leetcode #22-GenerateParentheses

week7-leetcode-22-GenerateParentheses题目地址: https://leetcode.com/problems/generate-parentheses/description/QuestionGiven n pairs of parentheses, write a function to generate all combinations of well-for

2017-10-20 17:24:08 182

原创 week6-leetcode #17-Letter-Combinations-of-a-Phone-Number

week6-leetcode #17-Letter Combinations of a Phone Number[Medium]题目地址: https://leetcode.com/problems/letter-combinations-of-a-phone-number/QuestionGiven a digit string, return all possible letter combin

2017-10-15 18:19:06 211

原创 week5-leetcode #8-String to Integer (atoi)[Medium]

week5-leetcode #8-String to Integer (atoi)[Medium]题目链接:https://leetcode.com/problems/string-to-integer-atoiQuestionImplement atoi to convert a string to an integer.Solutiontime complecity: O(n)O(n)spac

2017-10-03 00:49:45 129

原创 week4-leetcode #6-ZigZag Conversion[Medium]

week4-leetcode #6-ZigZag Conversion[Medium]题目链接:https://leetcode.com/problems/zigzag-conversion/description/QuestionThe string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows

2017-10-02 00:30:55 195

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除