摘要: package LeetCode_763 /** * 763. Partition Labels * https://leetcode.com/problems/partition-labels/description/ * * A string S of lowercase English let 阅读全文
posted @ 2020-09-23 23:48 johnny_zhao 阅读(98) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_535 /** * 535. Encode and Decode TinyURL * https://leetcode.com/problems/encode-and-decode-tinyurl/description/ * * TinyURL is a URL 阅读全文
posted @ 2020-09-23 23:41 johnny_zhao 阅读(141) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_394 import java.util.* /** * 394. Decode String * https://leetcode.com/problems/decode-string/description/ * * Given an encoded strin 阅读全文
posted @ 2020-09-23 00:58 johnny_zhao 阅读(142) 评论(0) 推荐(0) 编辑