上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 79 下一页
摘要: package LeetCode_515 import java.util.* import kotlin.collections.ArrayList /** * 515. Find Largest Value in Each Tree Row * https://leetcode.com/prob 阅读全文
posted @ 2020-08-15 14:37 johnny_zhao 阅读(95) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_286 /** * 286. Walls and Gates * (Prime) * * You are given a m x n 2D grid initialized with these three possible values. 1. -1 - A wa 阅读全文
posted @ 2020-08-15 14:22 johnny_zhao 阅读(84) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_408 /** * 408. Valid Word Abbreviation * (Prime) * Given a non-empty string s and an abbreviation abbr, return whether the string mat 阅读全文
posted @ 2020-08-15 00:19 johnny_zhao 阅读(192) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_886 import java.util.* import kotlin.collections.ArrayList /** * 886. Possible Bipartition * https://leetcode.com/problems/possible-b 阅读全文
posted @ 2020-08-13 00:38 johnny_zhao 阅读(130) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_676 /** * 676. Implement Magic Dictionary * https://leetcode.com/problems/implement-magic-dictionary/description/ * * Implement a mag 阅读全文
posted @ 2020-08-12 23:53 johnny_zhao 阅读(104) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_848 /** * 848. Shifting Letters * https://leetcode.com/problems/shifting-letters/description/ * We have a string S of lowercase lette 阅读全文
posted @ 2020-08-10 22:39 johnny_zhao 阅读(130) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_582 import java.util.* import kotlin.collections.ArrayList import kotlin.collections.HashMap /** * 582.Kill Process * (Prime) *Given 阅读全文
posted @ 2020-08-09 23:44 johnny_zhao 阅读(143) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_763 /** * 763. Partition Labels * https://leetcode.com/problems/partition-labels/description/ * * A string S of lowercase English let 阅读全文
posted @ 2020-08-09 23:04 johnny_zhao 阅读(68) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_398 /** * 398. Random Pick Index * https://leetcode.com/problems/random-pick-index/description/ * * Given an array of integers with p 阅读全文
posted @ 2020-08-09 11:19 johnny_zhao 阅读(74) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_720 /** * 720. Longest Word in Dictionary * https://leetcode.com/problems/longest-word-in-dictionary/description/ * Given a list of s 阅读全文
posted @ 2020-08-09 11:15 johnny_zhao 阅读(65) 评论(0) 推荐(0) 编辑
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 79 下一页