上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 79 下一页
摘要: package LeetCode_287 /** * 287. Find the Duplicate Number * https://leetcode.com/problems/find-the-duplicate-number/description/ * * Given an array of 阅读全文
posted @ 2020-09-16 00:16 johnny_zhao 阅读(131) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_142 /** * 142. Linked List Cycle II * https://leetcode.com/problems/linked-list-cycle-ii/description/ * * Given a linked list, return 阅读全文
posted @ 2020-09-15 00:12 johnny_zhao 阅读(155) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_358 import java.util.* import kotlin.collections.ArrayList import kotlin.collections.HashMap /** * 358. Rearrange String k Distance A 阅读全文
posted @ 2020-09-14 23:19 johnny_zhao 阅读(144) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_463 /** * 463. Island Perimeter * https://leetcode.com/problems/island-perimeter/description/ * * You are given row x col grid repres 阅读全文
posted @ 2020-09-12 23:52 johnny_zhao 阅读(121) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_428 import java.util.* import kotlin.collections.ArrayList /** * 428. Serialize and Deserialize N-ary Tree * (Prime) * Serialization 阅读全文
posted @ 2020-09-11 23:19 johnny_zhao 阅读(122) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_633 /** * 633. Sum of Square Numbers * https://leetcode.com/problems/sum-of-square-numbers/description/ * * Given a non-negative inte 阅读全文
posted @ 2020-09-09 23:26 johnny_zhao 阅读(105) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_743 import java.util.* import kotlin.collections.ArrayList /** * 743. Network Delay Time * https://leetcode.com/problems/network-dela 阅读全文
posted @ 2020-09-09 00:08 johnny_zhao 阅读(169) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_758 import java.util.* import kotlin.collections.HashSet /** * 758. Bold Words in String * (Prime) * Given a set of keywords words an 阅读全文
posted @ 2020-09-08 18:04 johnny_zhao 阅读(178) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_616 import java.util.* import kotlin.collections.HashSet /** * 616. Add Bold Tag in String * (Prime) * Given a string s and a list of 阅读全文
posted @ 2020-09-08 18:01 johnny_zhao 阅读(132) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_708 /** * 708. Insert into a Cyclic Sorted List * (Prime) * Given a node from a cyclic linked list which is sorted in ascending order 阅读全文
posted @ 2020-09-08 15:58 johnny_zhao 阅读(179) 评论(0) 推荐(0) 编辑
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 79 下一页