Fork me on GitHub

随笔分类 -  LeetCode每日打卡

摘要:陆续刷了好久,算是刷完了《剑指offer》,以下全部AC代码,不一定性能最优,如有错误或更好解答,请留言区指出,大家共同交流,谢谢~ 1.二维数组中的查找 在一个二维数组中,每一行都按照从左到右递增的顺序排序,每一列都按照从上到下递增的顺序排序。请完成一个函数,输入这样的一个二维数组和一个整数,判断 阅读全文
posted @ 2018-04-26 22:24 郭耀华 阅读(3631) 评论(2) 推荐(23) 编辑
摘要:==数组 Medium== 40.(162)Find Peak Element JAVA 41.(731)My Calendar II JAVA 45.(621)Task Scheduler JAVA 阅读全文
posted @ 2018-01-10 00:16 郭耀华 阅读(212) 评论(0) 推荐(0) 编辑
摘要:第六天 30.(219) Contains Duplicate II JAVA 33.(532) K diff Pairs in an Array JAVA 37.(661) Image Smoother JAVA 39.(697) Degree of an Array JAVA class Sol 阅读全文
posted @ 2018-01-07 23:49 郭耀华 阅读(225) 评论(0) 推荐(0) 编辑
摘要:leetcode 第五天 2018年1月6日 22.(566) Reshape the Matrix JAVA class Solution { public int[][] matrixReshape(int[][] nums, int r, int c) { int[][] newNums = 阅读全文
posted @ 2018-01-06 23:29 郭耀华 阅读(258) 评论(0) 推荐(0) 编辑
摘要:leetcode 第四天 2018年1月4日 15.(628)Maximum Product of Three Numbers JAVA 16.(628)==Maximum Product of Three Numbers== JAVA 17.(643) Maximum Average Subarr 阅读全文
posted @ 2018-01-04 23:41 郭耀华 阅读(169) 评论(0) 推荐(0) 编辑
摘要:leetcode 第二天 2017年12月27日 4.(118)Pascal's Triangle JAVA 6.(717)1 bit and 2 bit Characters JAVA 1. Python 1. 8.(695)Max Area of Island JAVA 递归 9.(26)Rem 阅读全文
posted @ 2018-01-03 23:34 郭耀华 阅读(252) 评论(0) 推荐(0) 编辑
摘要:leetcode 第一天 2017年12月24日 第一次刷leetcode真的是好慢啊,三道题用了三个小时,而且都是简单题。 数组 1.(674)Longest Continuous Increasing Subsequence JAVA Python 2.(283)Move Zeroes JAVA 阅读全文
posted @ 2017-12-25 23:05 郭耀华 阅读(325) 评论(0) 推荐(0) 编辑