上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 79 下一页
摘要: package LeetCode_1647 import java.util.* import kotlin.collections.HashMap /** * 1647. Minimum Deletions to Make Character Frequencies Unique * https: 阅读全文
posted @ 2020-11-08 12:34 johnny_zhao 阅读(291) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_670 /** * 670. Maximum Swap * https://leetcode.com/problems/maximum-swap/description/ * * Given a non-negative integer, you could swa 阅读全文
posted @ 2020-11-07 23:17 johnny_zhao 阅读(98) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_662 import java.util.* import kotlin.collections.ArrayList /** * 662. Maximum Width of Binary Tree * https://leetcode.com/problems/ma 阅读全文
posted @ 2020-11-07 17:17 johnny_zhao 阅读(91) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_170 import java.util.* /** * 170. Two Sum III - Data structure design * (Prime) * Design and implement a TwoSum class. It should supp 阅读全文
posted @ 2020-11-07 11:35 johnny_zhao 阅读(83) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_653 /** * 653. Two Sum IV - Input is a BST * https://leetcode.com/problems/two-sum-iv-input-is-a-bst/ * * Given the root of a Binary 阅读全文
posted @ 2020-11-07 10:55 johnny_zhao 阅读(54) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_647 /** * 647. Palindromic Substrings * https://leetcode.com/problems/palindromic-substrings/ * Given a string, your task is to count 阅读全文
posted @ 2020-11-06 22:54 johnny_zhao 阅读(61) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_642 import java.util.* import kotlin.collections.ArrayList import kotlin.collections.HashMap /** * 642. Design Search Autocomplete Sy 阅读全文
posted @ 2020-11-06 21:34 johnny_zhao 阅读(68) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_319 /** * 319. Bulb Switcher * https://leetcode.com/problems/bulb-switcher/ * * There are n bulbs that are initially off. You first t 阅读全文
posted @ 2020-11-06 15:09 johnny_zhao 阅读(76) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1332 /** * 1332. Remove Palindromic Subsequences * https://leetcode.com/problems/remove-palindromic-subsequences/ * * Given a string 阅读全文
posted @ 2020-11-06 11:27 johnny_zhao 阅读(73) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1460 /** * 1460. Make Two Arrays Equal by Reversing Sub-arrays * https://leetcode.com/problems/make-two-arrays-equal-by-reversing-sub 阅读全文
posted @ 2020-11-05 14:07 johnny_zhao 阅读(68) 评论(0) 推荐(0) 编辑
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 79 下一页