自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(38)
  • 收藏
  • 关注

原创 *Effective C++ 31. Minimize complilation dependencies between files(handle class & interface class)

handle class & interface class

2017-10-31 09:57:00 248

原创 Leetcode 51 N-Queens

The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other.Given an integer n, return all distinct solutions to the n-queens puzzle.Each

2017-10-30 21:45:32 169

原创 Leecode 53 Maximum Subarray

maximum subarray

2017-10-30 10:48:17 282

原创 Leetcode 50. Pow(x, n)

pow(x, y)

2017-10-30 10:45:19 232

原创 Effective C++ 25. Consider support for a non-throwing swap

consider support for a non-throwing swap

2017-10-28 10:36:16 201

原创 Leetcode 49 Group Anagrams

group anagrams

2017-10-27 22:07:20 140

原创 Effecitive C++ 28. Avoid returning "handle" to object internals

avoid returning "handle" to object inernals

2017-10-27 19:26:29 170

原创 Effective C++ 27. Minimize casting

avoid dynamic_cast

2017-10-27 16:01:36 165

原创 Effective C++ 23. Prefer non-member non-friend functions to member functions

prefer non-memer non-friend functions to member functions

2017-10-27 10:00:19 185

原创 leetcode 48. Rotate Image

Rotate image

2017-10-26 22:04:30 129

原创 Effective C++ 19. type conversions

type conversion

2017-10-26 17:12:36 153

原创 Effective C++ 18. Make interfaces easy to use correctly and hard to use incorrectly

Make interfaces easy to use correctly and hard to use incorrectly

2017-10-26 16:41:19 199

原创 Effective C++ 17. Store newed objects in smart pointers in standalone statements

store newed objects in smart pointers in standalone statements.

2017-10-26 15:26:08 161

原创 Effective C++ 14. Think carefully about copying behavior in resource-managing classes

Think carefully about copying behavior in resource-managing classes

2017-10-26 11:06:20 207

原创 Effective C++ 12. Copy all parts of an object

copy all parts of an object

2017-10-26 09:52:58 217

原创 Effective C++ 11. Handle assignment to self in operator=

Handle assignment to self in operator=

2017-10-26 09:16:21 425

原创 Leetcode 47 Permutations II

47. Permutations II

2017-10-26 08:52:07 157

原创 Effective C++ 8. Prevent exceptions from leaving destructors

Prevent exception from leaving destructors

2017-10-26 08:45:08 198

原创 7. Declare destructors virtual in polymorphic base classes.

declare destructors virtual in polymorphic base classes.

2017-10-25 10:40:49 221

原创 6. Explicitly disallow the use of compiler generated functions you do not want

explicity disallow the use of compiler generated functions you do not want

2017-10-25 10:27:53 341

原创 Effective C++ 24. Declare non-member functions when type convesions should apply to all parameters

Declare non-member functions when type convesions should apply to all parameters

2017-10-22 21:29:33 221

原创 Effective C++ 20. Prefer pass-by-reference-to-const to pass-by-value

Prefer pass-by-reference-to-const to pass-by-value

2017-10-22 20:28:03 193

原创 leetcode 46 purmutation

purmutation

2017-10-22 13:35:52 251

原创 leetcode 45. Jump Game II

jump game

2017-10-22 09:56:31 159

原创 Effective C++ 3. Use const whenever posible

use const whenever posible

2017-10-20 19:04:27 232

原创 Effective C++ 2. Prefer consts, enums, and inlines to #defines

consts & enums & inlines

2017-10-20 16:24:31 198

原创 **leetcode 44 Wildcard Matching

没做出来 wildcard matching

2017-10-20 10:39:03 155

原创 Effective 49 learn to deciper STL-related compiler diagnostics

compiler diagnostics

2017-10-16 20:43:53 281

原创 Effective STL appendix A Locales and Case-Insensitive String Comparisons

locales and case-insensitive string comparisons

2017-10-16 19:58:31 170

原创 Effective STL 47 Avoid producing write-only code

avoid producing write-only code

2017-10-16 16:19:17 265

原创 Effective STL 46 Consider function objects instead of functions as algorithm parameters

function objects

2017-10-16 15:40:08 185

原创 leetcode 42 Trapping Rain Water

trapping rain water

2017-10-12 20:51:54 173

原创 leetcode 41 First Missing Positive

first missing positive

2017-10-09 11:40:12 184

原创 leetcode 40 combination Sum II

combination Sum II

2017-10-08 17:05:06 178

原创 leetcode 39 Combination Sum

combination sum

2017-10-08 17:01:29 171

原创 leetcode 38 Count and Say

count and say

2017-10-08 09:37:19 186

原创 leetcode 37 Sudoku Solver

sudoku solver

2017-10-08 09:35:02 178

原创 leetcode 36 isValidSudoku

isValidSudoku

2017-10-05 16:04:48 274

空空如也

空空如也

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

TA关注的人

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