自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(14)
  • 资源 (14)
  • 收藏
  • 关注

原创 Group Anagrams

Given an array of strings, return all groups of strings that are anagrams. Note: All inputs will be in lower-case.

2015-08-31 12:13:39 329

原创 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 ambiguous. You

2015-08-30 15:35:51 234

原创 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 th

2015-08-30 14:29:38 160

原创 Length of Last Word

Given a string s consists of upper/lower-case alphabets and empty space characters ’ ‘, return the length of last word in the string. If the last word does not exist, return 0. Note: A word is defin

2015-08-27 22:24:00 209

原创 Simplify Path

Given an absolute path for a file (Unix-style), simplify it. For example, path = “/home/”, => “/home” path = “/a/./b/../../c/”, => “/c” Corner Cases: • Did you consider the case where path = “/../

2015-08-27 22:23:37 240

原创 Roman to Integer

Given a roman numeral, convert it to an integer. Input is guaranteed to be within the range from 1 to 3999.

2015-08-27 22:22:23 228

原创 Integer to Roman

Given an integer, convert it to a roman numeral. Input is guaranteed to be within the range from 1 to 3999.

2015-08-27 22:21:52 238

原创 Longest Common Prefix

Write a function to find the longest common prefix string amongst an array of strings.

2015-08-27 22:20:59 279

原创 Regular Expression Matching

Implement regular expression matching with support for ‘.’ and ‘*’. ‘.’ Matches any single character. ‘*’ Matches zero or more of the preceding element. The matching should cover the entire input str

2015-08-27 22:20:00 274

原创 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, and there exists one unique longest palindromic substring.

2015-08-27 22:19:12 557

原创 Add Binary

Given two binary strings, return their sum (also a binary string). For example, a = “11” b = “1” Return ”100”.

2015-08-27 22:18:28 277

原创 String to Integer (atoi)

Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the possible input case

2015-08-27 22:17:15 292

原创 Implement strStr()

Implement strStr(). Returns a pointer to the first occurrence of needle in haystack, or null if needle is not part of haystack. 题意: 实现strstr(). 返回needle(关键字)在haystack(字符串)中第一次出现的位置,如果needle不在haystac

2015-08-27 22:13:41 248

原创 Remove Element

Given an array and a value, remove all instances of that value in place and return the new length. The order of elements can be changed. It doesn’t matter what you leave beyond the new length. 分析:给你一

2015-08-13 20:55:31 299

CUnit-2.1-2-src.tar

CUnit-2.1-2-src.tar源码单元测试

2015-04-17

VC++.Net技术内幕

VC++.Net技术内幕,翻页方便,倾情奉献,下载分数乃身外之物,知识才是无价的。

2014-06-18

effectiveC++

effectiveC++,中文版,翻页方便,倾情奉献,下载分数乃身外之物,知识才是无价的。

2014-06-18

MySQL安装教程

MySQL 安装

2014-06-01

算法导论第二版(中文,高清)+经典答案

算法导论第二版(中文,高清)+经典答案,本人收藏多年!特此共享给大家!

2014-06-01

Photoshop技巧

Photoshop技巧

2014-05-29

5分钟教会五笔

5分钟教会五笔

2014-05-29

6级作文万能模板

6级作文万能模板,6级作文万能模板,6级作文万能模板,6级作文万能模板

2014-05-29

数据结构1800题包括完整答案

数据结构1800题包括完整答案

2014-05-29

cocos2d-x3.0物理引擎源码

由于物理引擎的使用发生了很大的变化,这是我在cocos2d-x 3.1 引擎下,最新调试出,可以用的物理引擎。大家可以尝试下。由于耗费了很多时间才调试好。积分多点见谅。

2014-05-29

空空如也

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

TA关注的人

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