自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

coder 进阶的专栏

记录programing的点滴

  • 博客(9)
  • 资源 (3)
  • 收藏
  • 关注

转载 追美眉23种设计模式Java

设计模式做为程序员的“内功心法”,越来越受到.net 社区的重视,这种变化是很可喜的,Java社区走在了我们的前面,但这种状况 也许有一天会发生改变。  从追MM谈Java的23种设计模式  1、FACTORY—追MM少不了请吃饭了,麦当劳的鸡翅和肯德基的鸡翅都是MM爱吃的东西,虽然口味有所不同,但不管你带MM去麦当劳或肯 德基,只管向服务员说“来四个鸡翅”就行了。麦当劳和

2014-07-19 05:08:08 1844

原创 Sorting Algorithms Review

IntroductionUnderstanding the basic concepts of the popular sorting algorithms, can not only help you better understand the data structure and algorithm from a different perspective, but also he

2014-07-18 04:47:43 1395

转载 Hash Table - Reviews

原文地址如下:http://yucoding.blogspot.com/2013/08/re-viewhash-table-basics.html

2014-07-10 00:01:26 919

原创 [LeetCode84]Reverse Integer

Reverse digits of an integer.Example1: x = 123, return 321Example2: x = -123, return -321click to show spoilers.Have you thought about this?Here are some good questions to ask before c

2014-07-01 07:08:12 767

原创 [LeetCode44]Wildcard Matching

Implement wildcard pattern matching with support for '?' and '*'.'?' Matches any single character.'*' Matches any sequence of characters (including the empty sequence).The matching should cover t

2014-07-01 06:54:32 1244

原创 [LeetCode]Permutation Sequence

The set [1,2,3,…,n] contains a total of n! unique permutations.By listing and labeling all of the permutations in order,We get the following sequence (ie, for n = 3):"123""132""213""231""3

2014-07-01 06:12:38 2782 1

原创 [LeetCode]Simplify Path

Analysis:利用栈的特性,如果sub string element1. 等于“/”,跳过,直接开始寻找下一个element2. 等于“.”,什么都不需要干,直接开始寻找下一个element3. 等于“..”,弹出栈顶元素,寻找下一个element4. 等于其他,插入当前elemnt为新的栈顶,寻找下一个element最后,再根据栈的内容,重新拼path。这

2014-07-01 05:54:58 817

原创 [LeetCode]Scramble String

Given a string s1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively.Below is one possible representation of s1 = "great": great / \ gr

2014-07-01 02:20:24 649

原创 [LeetCode132]Palindrome Partitioning

Given a string s, partition s such that every substring of the partition is a palindrome.Return all possible palindrome partitioning of s.For example, given s = "aab",Return [ ["aa","

2014-07-01 00:34:13 746

C语言学习--经典一百程序

C语言学习--经典一百程序 考试,学习,面试必备资料

2012-12-27

Opengl在vs2010的环境配置

Opengl在vs2010的环境配置,亲人实验成功,大家交流学习

2012-11-03

sql2000个人版win7安装及使用

可在win7下安装sql2000 ,欢迎下载,

2010-12-17

空空如也

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

TA关注的人

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