摘要:
转自 "[LeetCode] Maximum Depth of Binary Tree 二叉树的最大深度" 阅读全文
摘要:
单项列表只能把后一个node中的所有数据copy到当前node再delete后一node。 阅读全文
摘要:
转自 "[LeetCode] Poor Pigs 可怜的猪" There are 1000 buckets, one and only one of them contains poison, the rest are filled with water. They all look the sam 阅读全文
摘要:
public class Solution { / @param s: the given string @param numRows: the number of rows @return: the string read line by line / public String convert( 阅读全文