09 2017 档案

摘要:动归来做, 阅读全文
posted @ 2017-09-28 23:10 apanda009 阅读(133) 评论(0) 推荐(0)
摘要:Given two binary trees and imagine that when you put one of them to cover the other, some nodes of the two trees are overlapped while the others are not. You need to merge them into a new binary tre... 阅读全文
posted @ 2017-09-25 08:09 apanda009 阅读(168) 评论(0) 推荐(0)
摘要:数组;--键值对 follow up: 阅读全文
posted @ 2017-09-25 08:07 apanda009 阅读(172) 评论(0) 推荐(0)
摘要:You are given an n x n 2D matrix representing an image. Rotate the image by 90 degrees (clockwise). Note:You have to rotate the image in-place, which 阅读全文
posted @ 2017-09-24 22:45 apanda009 阅读(134) 评论(0) 推荐(0)
摘要:Example 2: Example 3: The logic is very similar to NO.347 and here we just use a map a count and according to the frequency to put it into the right b 阅读全文
posted @ 2017-09-23 11:27 apanda009 阅读(170) 评论(0) 推荐(0)
摘要:Given a string that consists of only uppercase English letters, you can replace any letter in the string with another letter at most k times. Find the 阅读全文
posted @ 2017-09-21 05:19 apanda009 阅读(139) 评论(0) 推荐(0)