自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

莫名的程序猿

Logging the Travel of Programming

  • 博客(5)
  • 资源 (1)
  • 收藏
  • 关注

原创 Leetcode:237. Delete Node in a Linked List(JAVA)

【问题描述】 Write a function to delete a node (except the tail) in a singly linked list, given only access to that node. Supposed the linked list is 1 -> 2 -> 3 -> 4 and you are given the third nod

2016-02-29 17:05:41 214

原创 Leetcode: Invert Binary Tree(JAVA)

【问题描述】 Write a function to delete a node (except the tail) in a singly linked list, given only access to that node. Supposed the linked list is 1 -> 2 -> 3 -> 4 and you are given the third nod

2016-02-29 17:01:41 271

原创 Leetcode:104. Maximum Depth of Binary Tree(JAVA)

【题目描述】 Given a binary tree, find its maximum depth. The maximum depth is the number of nodes along the longest path from the root node down to the farthest leaf node. Subscribe to see whi

2016-02-28 15:38:40 505

原创 Leetcode:258. Add Digits(JAVA)

【问题描述】Given a non-negative integer num, repeatedly add all its digits until the result has only one digit. For example: Given num = 38, the process is like: 3 + 8 = 11, 1 + 1 = 2. Since 2 ha

2016-02-28 15:09:09 419

原创 Leetcode: 292. Nim Game (Java)

【问题描述】You are playing the following Nim Game with your friend: There is a heap of stones on the table, each time one of you take turns to remove 1 to 3 stones. The one who removes the last stone will

2016-02-28 14:29:40 358

SSD8练习一

标准的SSD8 EX1答案 网络与分布式计算 C/S模式socket编程

2014-03-07

空空如也

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

TA关注的人

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