摘要: Given an m x n integer matrix matrix, if an element is 0, set its entire row and column to 0's. You must do it in place. Example 1: Input: matrix = [[ 阅读全文
posted @ 2015-03-16 13:18 Grandyang 阅读(18007) 评论(7) 推荐(0) 编辑
摘要: Given an array nums with n objects colored red, white, or blue, sort them in-place so that objects of the same color are adjacent, with the colors in 阅读全文
posted @ 2015-03-16 10:50 Grandyang 阅读(24604) 评论(6) 推荐(2) 编辑
摘要: Given two strings s and t of lengths m and n respectively, return the minimum window substring of s such that every character in t (including duplicat 阅读全文
posted @ 2015-03-16 07:13 Grandyang 阅读(39877) 评论(19) 推荐(0) 编辑
Fork me on GitHub