摘要: https://leetcode.com/problems/reverse-linked-list/之前没好好想下,边界检测有点复杂,今天一定搞清楚,现在开始。 阅读全文
posted @ 2015-06-16 22:41 daijkstra 阅读(83) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/rectangle-area/今天做这道题发现了溢出的问题1 int computeArea(int A, int B, int C, int D, int E, int F, int G, int H) {2 int overla... 阅读全文
posted @ 2015-06-16 13:32 daijkstra 阅读(157) 评论(0) 推荐(0) 编辑