自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

New coder, Step further

winter is coming...

  • 博客(22)
  • 收藏
  • 关注

原创 17. Letter Combinations of a Phone Number

permutation and combination

2017-10-29 06:58:27 152

原创 20. Valid Parentheses

stack, string

2017-10-29 04:52:48 132

原创 13. Roman to Integer

leetcode

2017-10-28 11:16:24 141

原创 12. Integer to Roman

string, integer to Roman numerals

2017-10-28 05:51:37 139

原创 11. Container With Most Water

two pointers, array

2017-10-28 04:46:51 117

原创 6. ZigZag Conversion

leetcode: zigzag conversion

2017-10-27 01:24:01 122

原创 188. Best Time to Buy and Sell Stock IV

leetcode,

2017-10-24 12:25:11 140

原创 123. Best Time to Buy and Sell Stock III

leetcode, dynamic programming

2017-10-23 23:42:17 113

原创 122. Best Time to Buy and Sell Stock II

leetcode , array, 求和

2017-10-22 13:05:40 146

原创 689. Maximum Sum of 3 Non-Overlapping Subarrays

dynamic programming数组内子序列求和

2017-10-21 05:35:30 396

原创 151. Reverse Words in a String

leetcode reverse words in a string

2017-10-18 04:28:45 126

原创 696. Count Binary Substrings

leetcode 696, binary substring

2017-10-17 10:26:46 253

原创 697. Degree of an Array

hash table, array

2017-10-17 09:09:01 901

原创 257. Binary Tree Paths

leetcode 257

2017-10-17 04:49:23 135

原创 695. Max Area of Island

leetcode 695

2017-10-17 04:47:46 145

原创 692. Top K Frequent Words

leetcode 692, top k frequent words, coded in c++

2017-10-13 23:53:59 344

原创 690. Employee Importance

Problem:You are given a data structure of employee information, which includes the employee’s unique id, his importance value and his direct subordinates’ id.For example, employee 1 is the leader of em

2017-10-13 11:01:37 179

原创 hash table review

In hashing, a set of keys is stored in an array called hash table. Insertion, deletion, and finding are based on hash function. hash function maps each possible key with certain index to the hash

2017-10-09 12:34:29 303

原创 sequential container overview(C++ 容器简介)

基本容器有: vector: flexible sized array, random access deque: double-ended queue, random access list: doubly linked list, bi-directional sequential access forward_list: singly linked list, sing

2017-10-06 05:10:28 215

原创 c++: vector 简介

向量 vector 是一种对象实体, 能够容纳许多其他类型相同的元素, 因此又被称为容器。 与string相同, vector 同属于STL(Standard Template Library, 标准模板库)中的一种自定义的数据类型, 可以广义上认为是数组的增强版。在使用它时, 需要包含头文件 vector, #include<vector>vector 容器与数组相比其优点在于它能够根据需要随时自

2017-10-05 05:24:56 222

原创 c/c++ 多维数组的动态分配

c/c++多维数组动态分配

2017-10-05 03:39:26 395

原创 292. Nim Game

leetcode nimgame, 三种解法

2017-10-04 13:58:39 176

空空如也

空空如也

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

TA关注的人

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