自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

山楂W的博客

好好学习有肉吃

  • 博客(3)
  • 问答 (1)
  • 收藏
  • 关注

原创 Construct String from Binary Tree(tag:String)

You need to construct a string consists of parenthesis and integers from a binary tree with the preorder traversing way. The null node needs to be represented by empty parenthesis pair "()". And yo

2017-07-08 21:09:00 200 2

原创 Reverse String I、II、III(tag:String)

Reverse String I: Write a function that takes a string as input and returns the string reversed. Example: Given s = "hello", return "olleh". Solution1(最开始自己的思路,效率较低): public static Stri

2017-07-06 20:33:58 232 1

原创 Count and Say(tag:String)

Qustion: The count-and-say sequence is the sequence of integers with the first five terms as following: 1. 1 2. 11 3. 21 4. 1211 5. 111221 1 is read off as "one 1" or 11.

2017-07-05 19:20:38 283 1

空空如也

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

TA关注的人

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