摘要: package LeetCode_230 import java.util.* /** * 230. Kth Smallest Element in a BST * https://leetcode.com/problems/kth-smallest-element-in-a-bst/descrip 阅读全文
posted @ 2020-08-01 23:55 johnny_zhao 阅读(53) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1446 /** * 1446. Consecutive Characters * https://leetcode.com/problems/consecutive-characters/description/ * Given a string s, the p 阅读全文
posted @ 2020-08-01 23:24 johnny_zhao 阅读(172) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_340 /** * 340. Longest Substring with At Most K Distinct Characters * (Locked by leetcode) * https://www.lintcode.com/problem/longest 阅读全文
posted @ 2020-08-01 00:56 johnny_zhao 阅读(165) 评论(1) 推荐(0) 编辑
摘要: package LeetCode_1004 /** * 1004. Max Consecutive Ones III * https://leetcode.com/problems/max-consecutive-ones-iii/description/ * * Given an array A 阅读全文
posted @ 2020-08-01 00:52 johnny_zhao 阅读(93) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_485 /** * 485. Max Consecutive Ones * https://leetcode.com/problems/max-consecutive-ones/description/ * * Given a binary array, find 阅读全文
posted @ 2020-08-01 00:30 johnny_zhao 阅读(81) 评论(0) 推荐(0) 编辑