摘要: package LeetCode_647 /** * 647. Palindromic Substrings * https://leetcode.com/problems/palindromic-substrings/ * Given a string, your task is to count 阅读全文
posted @ 2020-11-06 22:54 johnny_zhao 阅读(61) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_642 import java.util.* import kotlin.collections.ArrayList import kotlin.collections.HashMap /** * 642. Design Search Autocomplete Sy 阅读全文
posted @ 2020-11-06 21:34 johnny_zhao 阅读(64) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_319 /** * 319. Bulb Switcher * https://leetcode.com/problems/bulb-switcher/ * * There are n bulbs that are initially off. You first t 阅读全文
posted @ 2020-11-06 15:09 johnny_zhao 阅读(75) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1332 /** * 1332. Remove Palindromic Subsequences * https://leetcode.com/problems/remove-palindromic-subsequences/ * * Given a string 阅读全文
posted @ 2020-11-06 11:27 johnny_zhao 阅读(69) 评论(0) 推荐(0) 编辑