上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 79 下一页
摘要: 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 阅读(121) 评论(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 阅读(102) 评论(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 阅读(168) 评论(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 阅读(173) 评论(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 阅读(128) 评论(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 阅读(177) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_24 /** * 24. Swap Nodes in Pairs * https://leetcode.com/problems/swap-nodes-in-pairs/description/ * * Given a linked list, swap every 阅读全文
posted @ 2020-09-08 11:42 johnny_zhao 阅读(144) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_877 /** * 877. Stone Game * https://leetcode.com/problems/stone-game/description/ * * Alex and Lee play a game with piles of stones. 阅读全文
posted @ 2020-09-07 23:28 johnny_zhao 阅读(177) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_163 /** * 163. Missing Ranges * (Prime) *Given a sorted integer array nums, where the range of elements are in the inclusive range [l 阅读全文
posted @ 2020-09-07 12:15 johnny_zhao 阅读(98) 评论(0) 推荐(0) 编辑
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 79 下一页