自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 LeetCode 002 Add Two Numbers

题目:LeetCode2. Add Two Numbers You are given twonon-emptylinked lists representing two non-negative integers. The digits are stored inreverse orderand each of their nodes contain a single digit. ...

2019-04-02 20:55:27 81

原创 LeetCode 003 Longest Substring Without Repeating Characters

题目:LeetCode 3.Longest Substring Without Repeating Characters 题目大意:给定一串字符串,找出最长的没有重复字符的子串。 Example 1: Input: "abcabcbb" Output: 3 Explanation: The answer is"abc", with the length of 3. Exam...

2019-04-01 19:00:23 74

原创 Leetcode-01-Tow SUM

题目链接:https://leetcode.com/problems/two-sum/ 简述: Given an array of integers, returnindicesof the two numbers such that they add up to a specific target. You may assume that each input would haveex...

2019-03-31 21:55:28 101

原创 D. Merge Equals 优先队列

题目:http://codeforces.com/contest/962/problem/D题目大意:给定一串正整数For example, consider the given array looks like [3,4,1,2,2,1,1][3,4,1,2,2,1,1]. It will be changed in the following way: [3,4,1,2,2,1,1] → [3...

2018-04-11 14:34:34 150

空空如也

空空如也

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

TA关注的人

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