上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 79 下一页
摘要: package LeetCode_1680 /** * 1680. Concatenation of Consecutive Binary Numbers *https://leetcode.com/problems/concatenation-of-consecutive-binary-numbe 阅读全文
posted @ 2021-09-01 16:19 johnny_zhao 阅读(73) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_241 import java.util.* import kotlin.collections.ArrayList /** * 241. Different Ways to Add Parentheses * https://leetcode.com/proble 阅读全文
posted @ 2021-09-01 00:05 johnny_zhao 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 转自:这里 阅读全文
posted @ 2021-08-31 11:09 johnny_zhao 阅读(70) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_526 /** * 526. Beautiful Arrangement * https://leetcode.com/problems/beautiful-arrangement/ * Suppose you have n integers labeled 1 t 阅读全文
posted @ 2021-08-29 10:27 johnny_zhao 阅读(30) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1305 /** * 1305. All Elements in Two Binary Search Trees * https://leetcode.com/problems/all-elements-in-two-binary-search-trees/ Giv 阅读全文
posted @ 2021-08-17 15:12 johnny_zhao 阅读(16) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1759 /** * 1759. Count Number of Homogenous Substrings * https://leetcode.com/problems/count-number-of-homogenous-substrings/ * Given 阅读全文
posted @ 2021-08-15 21:42 johnny_zhao 阅读(22) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1513 /** * 1513. Number of Substrings With Only 1s * https://leetcode.com/problems/number-of-substrings-with-only-1s/ * Given a binar 阅读全文
posted @ 2021-08-15 18:56 johnny_zhao 阅读(24) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_539 import java.util.* /** * 539. Minimum Time Difference * https://leetcode.com/problems/minimum-time-difference/ * Given a list of 阅读全文
posted @ 2021-08-14 18:19 johnny_zhao 阅读(36) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_473 /** * 473. Matchsticks to Square *https://leetcode.com/problems/matchsticks-to-square/ * You are given an integer array matchstic 阅读全文
posted @ 2021-08-14 14:07 johnny_zhao 阅读(41) 评论(0) 推荐(0) 编辑
摘要: /** * This problem was asked by Pivotal. Write an algorithm that finds the total number of set bits in all integers between 1 and N. * */ class Proble 阅读全文
posted @ 2021-08-07 11:26 johnny_zhao 阅读(25) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 79 下一页