自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

菜鸟很菜的专栏

AI、DL、RL

  • 博客(8)
  • 收藏
  • 关注

原创 leetcode: 5. Longest Palindromic Substring (java)

题目链接:https://leetcode.com/problems/longest-palindromic-substring/题目:Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, an

2016-06-20 21:09:42 586

原创 leetcode: 4. Median of Two Sorted Arrays (java)

题目链接:https://leetcode.com/problems/median-of-two-sorted-arrays/题目:There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall

2016-06-20 20:44:18 1293

原创 leetcode:3. Longest Substring Without Repeating Characters (java)

题目链接:https://leetcode.com/problems/longest-substring-without-repeating-characters/题目:Given a string, find the length of the longest substring without repeating characters.Examples:Gi

2016-06-20 20:36:28 2380

原创 leetcode: 2. Add Two Numbers (java)

题目链接:https://leetcode.com/problems/add-two-numbers/题目:You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain

2016-06-20 20:01:09 500

原创 leetcode 1. Two Sum -----java

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

2016-06-20 19:52:04 2712

原创 leetcode (31) Next Permutation

题目链接:https://leetcode.com/problems/next-permutation/题目:31. Next PermutationImplement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbe

2016-06-01 20:09:22 311

原创 leetcode (30) Substring with Concatenation of All Words

原题链接:https://leetcode.com/problems/substring-with-concatenation-of-all-words/题目:30. Substring with Concatenation of All WordsYou are given a string, s, and a list of words, words, that are

2016-06-01 15:58:46 339

原创 leecode(29) Divide Two Integers

原题链接:https://leetcode.com/problems/divide-two-integers/题目:29. Divide Two IntegersDivide two integers without using multiplication, division and mod operator.If it is overflow, return M

2016-06-01 15:29:41 443

空空如也

空空如也

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

TA关注的人

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