摘要: package LeetCode_1014 /** * 1014. Best Sightseeing Pair * https://leetcode.com/problems/best-sightseeing-pair/ * Given an array A of positive integers 阅读全文
posted @ 2020-12-22 21:34 johnny_zhao 阅读(44) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_562 /** * 562. Longest Line of Consecutive One in Matrix * (Prime) *Given a 01 matrix M, find the longest line of consecutive one in 阅读全文
posted @ 2020-12-22 20:08 johnny_zhao 阅读(70) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_561 /** * 561. Array Partition I * https://leetcode.com/problems/array-partition-i/ * Given an integer array nums of 2n integers, gro 阅读全文
posted @ 2020-12-22 17:16 johnny_zhao 阅读(39) 评论(0) 推荐(0) 编辑