摘要:
Hello Internet ! This blog is to store my algorithm practices. Since Evernote code blocks do not show indent properly, here I am, back to cnblog. Befo
阅读全文
posted @ 2017-07-27 22:15
Premiumlab
阅读(241)
推荐(0)
摘要:
https://leetcode.com/problems/set-matrix-zeroes/tabs/description Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it i
阅读全文
posted @ 2017-07-27 17:17
Premiumlab
阅读(156)
推荐(0)
摘要:
https://leetcode.com/problems/gray-code/#/description The gray code is a binary numeral system where two successive values differ in only one bit. Giv
阅读全文
posted @ 2017-07-27 11:26
Premiumlab
阅读(123)
推荐(0)