上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 79 下一页
摘要: package LeetCode_29 /** * 29. Divide Two Integers * https://leetcode.com/problems/divide-two-integers/ * * Given two integers dividend and divisor, di 阅读全文
posted @ 2020-11-12 16:53 johnny_zhao 阅读(85) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_16 /** * 16. 3Sum Closest * https://leetcode.com/problems/3sum-closest/ * * Given an array nums of n integers and an integer target, 阅读全文
posted @ 2020-11-11 10:22 johnny_zhao 阅读(84) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_15 /** * 15. 3Sum * https://leetcode.com/problems/3sum/ * * Given an array nums of n integers, are there elements a, b, c in nums suc 阅读全文
posted @ 2020-11-11 09:57 johnny_zhao 阅读(134) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1302 import java.util.* /** * 1302. Deepest Leaves Sum * https://leetcode.com/problems/deepest-leaves-sum/ * Given a binary tree, ret 阅读全文
posted @ 2020-11-10 17:49 johnny_zhao 阅读(38) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1315 import java.util.* /** * 1315. Sum of Nodes with Even-Valued Grandparent * https://leetcode.com/problems/sum-of-nodes-with-even- 阅读全文
posted @ 2020-11-10 16:25 johnny_zhao 阅读(83) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_679 /** * 679. 24 Game * https://leetcode.com/problems/24-game/ * * You have 4 cards each containing a number from 1 to 9. * You need 阅读全文
posted @ 2020-11-10 15:48 johnny_zhao 阅读(82) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_8 /** * 8. String to Integer (atoi) * https://leetcode.com/problems/string-to-integer-atoi/ * * Implement atoi which converts a strin 阅读全文
posted @ 2020-11-09 12:38 johnny_zhao 阅读(77) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1649 /** * 1649. Create Sorted Array through Instructions * https://leetcode.com/problems/create-sorted-array-through-instructions/ * 阅读全文
posted @ 2020-11-09 11:06 johnny_zhao 阅读(152) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1331 import java.util.* import kotlin.collections.HashMap /** * 1331. Rank Transform of an Array * https://leetcode.com/problems/rank 阅读全文
posted @ 2020-11-08 16:33 johnny_zhao 阅读(148) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1646 /** * 1646. Get Maximum in Generated Array * https://leetcode.com/problems/get-maximum-in-generated-array/ * * You are given an 阅读全文
posted @ 2020-11-08 15:44 johnny_zhao 阅读(105) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 79 下一页