leetcode
TX0099
有点儿工作狂的小摩羯
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Leetcode----292.Nim Game(easy)
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 be t原创 2016-01-05 10:28:22 · 576 阅读 · 0 评论 -
Leetcode----104. Maximum Depth of Binary Tree(easy)
题目:点击打开链接 Python 版一: # Definition for a binary tree node # class TreeNode: # def __init__(self, x): # self.val = x # self.left = None # self.right = None class Solu原创 2016-02-26 08:56:35 · 804 阅读 · 0 评论
分享