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

原创 Leecode_Count Primes

Problem: Count the number of prime numbers less than a non-negative number, n. Hint: Let's start with a isPrime function. To determine if a number is prime, we need to check if it is not di

2015-10-13 13:42:27 170

原创 Leecode_Peeking Iterator

This problem mainly practices the implementing of the interface. Problem:  Given an Iterator class interface with methods: next() and hasNext(), design and implement a PeekingIterator that suppo

2015-09-24 08:25:44 147

原创 Leecode_Single Number

The Problem: Given an array of integers, every element appears twice except for one. Find that single one. Note: Your algorithm should have a linear runtime complexity. Could you implement it

2015-08-25 07:01:58 172

原创 Leecode_Missing number

The Problem: Given an array containing n distinct numbers taken from 0, 1, 2, ..., n, find the one that is missing from the array. For example, Given nums = [0, 1, 3] return 2. Note: Yo

2015-08-25 06:23:50 174

转载 python中%s和%r的区别

如例:  test = """hello,\nworld"""  print "this is test1: %s" %test  print "this is test2: %r" %test 输出:  this is test1: hello,  world  this is test2: 'hello,\nworld' 由此可见,在

2015-04-30 11:07:16 339

转载 Python中split的用法

字符串的split用法 1.按某一个字符分割,如‘.’ ? 1 2 3 4 str = ('www.google.com') print str str_split = str.split('.') print str_split

2015-04-30 09:18:19 1426

JAVA API文件中文版

这是中文版的JAVA API官方文档,绝对实用靠谱,喜欢就拿去吧!

2015-01-08

数据结构比较排序,冒泡,快排

数据结构代码,比较排序,两种方法,用C++实现,简单实用,可以运行出来

2013-01-03

GRE OG2012

2012新版OG,对考GRE哒同学应该很有用的,希望读你有用

2012-12-28

折半查找数据结构

折半查找,C++实现,数据结构上机题,希望对你有用

2012-12-28

顺序表逆置

顺序表的逆置,封装好了,用C++语言实现,希望对你有用

2012-12-28

封装构造二叉树

二叉树的封装构造,用C++来实现的,可以运行~数据结构课的上机题

2012-12-28

删除单链表中重复结点

删除单链表中的重复的结点,数据结构课上的作业

2012-11-09

计算器C++实现

计算器,C++编写,是大一的水平,可以运行,但是界面简单,应用MFC

2012-11-09

C++圆类的实现

圆类C++实现,编译,运行通过,大一的水平,交作业时用的 。

2012-06-27

黑白棋的代码

黑白棋的代码 ,小游戏代码,C语言编写,比较低级,街面不美观

2012-02-28

空空如也

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

TA关注的人

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