自定义博客皮肤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)
  • 资源 (5)
  • 收藏
  • 关注

原创 leetcode 68:Text Justification细致分析,java实现

Given an array of words and a length L, format the text such that each line has exactly L characters and is fully (left and right) justified. You should pack your words in a greedy approach; that i

2015-11-12 20:49:58 821

原创 leetcode 166:Fraction to Recurring Decimal java实现(细致分析)

实现除法运算,结果返回为String类型的浮点数。必须要考虑的就是循环小数,当余数跟之前重复的时候就出现了循环小数。可以根据这个来设计我们的算法。

2015-11-05 15:47:03 895

原创 leetcode 149:Max Points on a Line(java实现)细致分析

Given n points on a 2D plane, find the maximum number of points that lie on the same straight line. Subscribe to see which companies asked this question 题目分析:给定任意多个点,找到在一条线上最多的点。都知道两点构成一条直线,如果要求

2015-11-04 23:35:56 1583

原创 leetcode 65:Valid Number 使用字符串匹配的细致分析

Validate if a given string is numeric. Some examples: "0" => true " 0.1 " => true "abc" => false "1 a" => false "2e10" => true Note: It is intended for the problem statement to be ambiguo

2015-11-04 22:19:51 789

互联网2016各岗位面试合集

包括互联网公司的各种面试经验

2016-03-16

SQLserverg各种查询语句

SQL各种查询语句,SELECT源代码,里面包含老师所讲的各种案例

2013-06-03

SQLserver 2008 安装 创建表 删除表 等基本操作

SQLserver 2008 安装 创建表 删除表 等基本操作,实验报告,每步都有截图,还有源码,很完整

2013-05-30

空空如也

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

TA关注的人

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