自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

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

转载 leetcode算法题3:分组,让每个组的最小者,相加之后和最大。想知道桶排序是怎么样的吗?...

/*Given an array of 2n integers, your task is to group these integers into n pairs of integer, say (a1, b1), (a2, b2), ..., (an, bn) which makes s...

2017-07-15 18:53:00 305

转载 leetcode算法题2: 合并两个二叉树。递归,如何切入并保持清醒?

/*Given two binary trees and imagine that when you put one of them to cover the other, some nodes of the two trees are overlapped while the others...

2017-07-15 17:52:00 159

转载 leetcode算法题1: 两个二进制数有多少位不相同?异或、位移、与运算的主场

/*The Hamming distance between two integers is the number of positions at which the corresponding bits are different.Given two integers x and y, ...

2017-07-15 16:49:00 150

空空如也

空空如也

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

TA关注的人

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