随笔分类 -  Leetcode

摘要:Problem refer: https://leetcode.com/problems/student-attendance-record-ii/description 阅读全文
posted @ 2017-11-26 01:03 KRisen 阅读(319) 评论(0) 推荐(0)
摘要:Problem refer: https://leetcode.com/problems/shopping-offers/description/ Official solution refer: https://leetcode.com/problems/shopping-offers/solut 阅读全文
posted @ 2017-11-23 12:40 KRisen 阅读(227) 评论(0) 推荐(0)
摘要:Problem reference: https://leetcode.com/problems/range-sum-query-2d-immutable 阅读全文
posted @ 2017-11-20 00:29 KRisen 阅读(235) 评论(0) 推荐(0)
摘要:// Problem Reference: https://leetcode.com/problems/diagonal-traverse /* My sulotion:Sets up x-y coordinates with the matrix.So, it only needs to find 阅读全文
posted @ 2017-11-19 15:18 KRisen 阅读(202) 评论(0) 推荐(0)