摘要: package LeetCode_824 /** * 824. Goat Latin * https://leetcode.com/problems/goat-latin/ * A sentence S is given, composed of words separated by spaces. 阅读全文
posted @ 2020-12-01 23:13 johnny_zhao 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(81) 评论(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 阅读(75) 评论(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 阅读(94) 评论(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 阅读(54) 评论(0) 推荐(0) 编辑