上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 79 下一页
摘要: package LeetCode_636 import java.util.* /** * 636. Exclusive Time of Functions * https://leetcode.com/problems/exclusive-time-of-functions/description 阅读全文
posted @ 2020-07-28 23:20 johnny_zhao 阅读(73) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_477 /** * 477. Total Hamming Distance * https://leetcode.com/problems/total-hamming-distance/description/ * * The Hamming distance be 阅读全文
posted @ 2020-07-27 01:02 johnny_zhao 阅读(99) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_863 import java.util.* import kotlin.collections.ArrayList import kotlin.collections.HashMap import kotlin.collections.HashSet /** * 阅读全文
posted @ 2020-07-25 22:07 johnny_zhao 阅读(95) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_329 import java.util.* /** * 329. Longest Increasing Path in a Matrix * https://leetcode.com/problems/longest-increasing-path-in-a-ma 阅读全文
posted @ 2020-07-25 00:55 johnny_zhao 阅读(84) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_283 /** * 283. Move Zeroes * https://leetcode.com/problems/move-zeroes/description/ * * Given an array nums, write a function to move 阅读全文
posted @ 2020-07-24 23:29 johnny_zhao 阅读(67) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_452 /** * 452. Minimum Number of Arrows to Burst Balloons * https://leetcode.com/problems/minimum-number-of-arrows-to-burst-balloons/ 阅读全文
posted @ 2020-07-24 22:46 johnny_zhao 阅读(113) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_267 import java.lang.StringBuilder /** * 267. Palindrome Permutation II * (Peime) * Given a string s, return all the palindromic perm 阅读全文
posted @ 2020-07-24 00:57 johnny_zhao 阅读(173) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_266 /** * 266. Palindrome Permutation * (prime) * https://www.lintcode.com/problem/palindrome-permutation/description * *Given a stri 阅读全文
posted @ 2020-07-23 21:51 johnny_zhao 阅读(79) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_301 import java.util.* import kotlin.collections.ArrayList import kotlin.collections.HashSet /** * 301. Remove Invalid Parentheses * 阅读全文
posted @ 2020-07-23 00:29 johnny_zhao 阅读(149) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_460 import java.util.* import kotlin.collections.HashMap /** * 460. LFU Cache * https://leetcode.com/problems/lfu-cache/description/ 阅读全文
posted @ 2020-07-22 19:40 johnny_zhao 阅读(113) 评论(0) 推荐(0) 编辑
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 79 下一页