Fork me on GitHub
摘要: 参考资料:https://blog.csdn.net/snow_7/article/details/51815787 阅读全文
posted @ 2019-08-07 15:33 gentleKay 阅读(145) 评论(0) 推荐(0) 编辑
摘要: /** * Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in place. * click to show follow up. * Follow up: * Did you use extra space? * A straight forward solution u... 阅读全文
posted @ 2019-08-07 10:22 gentleKay 阅读(158) 评论(0) 推荐(0) 编辑
摘要: /** * The count-and-say sequence is the sequence of integers beginning as follows: * 1, 11, 21, 1211, 111221, ... * 1is read off as"one 1"or11. * 11is read off as"two 1 s"or21. * 21is read off as"one ... 阅读全文
posted @ 2019-08-07 10:21 gentleKay 阅读(219) 评论(0) 推荐(0) 编辑