上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 79 下一页
摘要: package LeetCode_784 /** * 784. Letter Case Permutation * https://leetcode.com/problems/letter-case-permutation/ * Given a string S, we can transform 阅读全文
posted @ 2020-12-01 19:25 johnny_zhao 阅读(65) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_778 import java.util.* /** * 778. Swim in Rising Water * https://leetcode.com/problems/swim-in-rising-water/ * On an N x N grid, each 阅读全文
posted @ 2020-12-01 19:18 johnny_zhao 阅读(79) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_456 import java.util.* /** * 456. 132 Pattern * https://leetcode.com/problems/132-pattern/ * Given an array of n integers nums, * a 1 阅读全文
posted @ 2020-12-01 15:35 johnny_zhao 阅读(72) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_764 /** * 764. Largest Plus Sign * https://leetcode.com/problems/largest-plus-sign/ * * In a 2D grid from (0, 0) to (N-1, N-1), every 阅读全文
posted @ 2020-12-01 10:44 johnny_zhao 阅读(90) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_771 /** * 771. Jewels and Stones * https://leetcode.com/problems/jewels-and-stones/ * You're given strings J representing the types o 阅读全文
posted @ 2020-12-01 00:31 johnny_zhao 阅读(52) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_611 /** * 611. Valid Triangle Number * https://leetcode.com/problems/valid-triangle-number/ * Given an array consists of non-negative 阅读全文
posted @ 2020-11-30 12:53 johnny_zhao 阅读(54) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_611 /** * 611. Valid Triangle Number * https://leetcode.com/problems/valid-triangle-number/ * Given an array consists of non-negative 阅读全文
posted @ 2020-11-30 12:52 johnny_zhao 阅读(54) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1672 /** * 1672. Richest Customer Wealth * https://leetcode.com/problems/richest-customer-wealth/submissions/ * You are given an m x 阅读全文
posted @ 2020-11-29 23:00 johnny_zhao 阅读(132) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1664 /** * 1664. Ways to Make a Fair Array * https://leetcode.com/problems/ways-to-make-a-fair-array/ * You are given an integer arra 阅读全文
posted @ 2020-11-28 15:48 johnny_zhao 阅读(93) 评论(0) 推荐(0) 编辑
摘要: import java.util.concurrent.atomic.AtomicInteger /** * This problem was asked by Microsoft. Implement the singleton pattern with a twist. First, inste 阅读全文
posted @ 2020-11-28 11:13 johnny_zhao 阅读(73) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 79 下一页