自定义博客皮肤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 difficulty and frequency distribution

ID Question Diff Freq Data Structure Algorithms                                 1 Two Sum 2 5

2013-12-22 03:09:24 1063

原创 LeetCode - Integer to Roman

quite straightforward by dividing number by pre-defined divisors, then creating roman string with quotienttrick part is how to handle 40/90/400/900 Original code: public class Solution { pub

2013-12-19 12:39:06 333

原创 LeetCode question category

By frequency: 1 = 22 2 = 39 3 = 37 4 = 18 5 = 16 By difficulty: 1 = 12 2 = 26 3 = 45 4 = 38 5 = 11

2013-12-17 15:54:40 426

空空如也

空空如也

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

TA关注的人

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