LeetCode | 0647. 回文子串【Medium】【Python】【中心扩展】【动态规划】

2020-08-21
阅读 3 分钟
164
Given a string, your task is to count how many palindromic substrings in this string.

LeetCode | 1410. HTML Entity Parser HTML 实体解析器【Python】

2020-04-12
阅读 3 分钟
151
HTML entity parser is the parser that takes HTML code as input and replace all the entities of the special characters by the characters itself.