摘要: 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) 编辑