自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

RAYFUXK的专栏

日常笔记,开发心得

  • 博客(4)
  • 资源 (4)
  • 收藏
  • 关注

LeetCode228.Summary Ranges 解题

 228.Summary RangesDifficulty: MediumGiven a sorted integer array without duplicates, return the summary of its ranges.For example, given [0,1,2,4,5,7], return ["0->2","4->5","7"]. 1. 解法,最简单,...

2016-06-05 22:00:24 222

LeetCode:217. Contains Duplicate 解题

217. Contains Duplicate Difficulty: EasyGiven an array of integers, find if the array contains any duplicates. Your function should return true if any value appears at least twice in the array, and ...

2016-06-03 23:55:02 124

LeetCode:345. Reverse Vowels of a String 解题

345. Reverse Vowels of a String Difficulty: Easy Write a function that takes a string as input and reverse only the vowels of a string. Example 1:Given s = "hello", return "holle". Example 2:Give...

2016-06-03 00:31:15 154

344. Reverse String LeetCode 解题

344. Reverse String Difficulty: Easy Write a function that takes a string as input and returns the string reversed.     Example:    Given s = "hello", return "olleh".   代码:   public class S...

2016-06-02 15:18:44 121

《Java多线程编程核心技术》源代码(高洪岩)

《Java多线程编程核心技术》(高洪岩)这本书中的代码哦,希望可有更多的人通过代码和书收益,本人通过这本书和代码学到很多知识

2016-04-07

Coursera 斯坦福机器学习程序代码(Octave)

Coursera 上 Stanford 的 Machine Learning 超级大牛 Andrew Ng Octave的代码

2015-03-02

空空如也

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

TA关注的人

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