摘要:
package LeetCode_125 /** * 125. Valid Palindrome * https://leetcode.com/problems/valid-palindrome/description/ * * Given a string, determine if it is 阅读全文
摘要:
package LeetCode_230 import java.util.* /** * 230. Kth Smallest Element in a BST * https://leetcode.com/problems/kth-smallest-element-in-a-bst/descrip 阅读全文
摘要:
package LeetCode_1446 /** * 1446. Consecutive Characters * https://leetcode.com/problems/consecutive-characters/description/ * Given a string s, the p 阅读全文
摘要:
package LeetCode_340 /** * 340. Longest Substring with At Most K Distinct Characters * (Locked by leetcode) * https://www.lintcode.com/problem/longest 阅读全文
摘要:
package LeetCode_1004 /** * 1004. Max Consecutive Ones III * https://leetcode.com/problems/max-consecutive-ones-iii/description/ * * Given an array A 阅读全文
摘要:
package LeetCode_485 /** * 485. Max Consecutive Ones * https://leetcode.com/problems/max-consecutive-ones/description/ * * Given a binary array, find 阅读全文
摘要:
package LeetCode_973 import java.util.* /** * 973. K Closest Points to Origin * https://leetcode.com/problems/k-closest-points-to-origin/description/ 阅读全文
摘要:
package LeetCode_917 import java.util.* /** * 917. Reverse Only Letters * https://leetcode.com/problems/reverse-only-letters/description/ * * Given a 阅读全文
摘要:
package LeetCode_791 /** * 791. Custom Sort String * https://leetcode.com/problems/custom-sort-string/description/ * * S and T are strings composed of 阅读全文
摘要:
package LeetCode_745 /** * 745. Prefix and Suffix Search * https://leetcode.com/problems/prefix-and-suffix-search/description/ * Given many words, wor 阅读全文