Skip to content

Latest commit

 

History

History
2795 lines (2766 loc) · 184 KB

灵茶山艾府.md

File metadata and controls

2795 lines (2766 loc) · 184 KB
  1. https://leetcode.com/problems/maximum-number-of-vowels-in-a-substring-of-given-length/

  2. https://leetcode.com/problems/maximum-average-subarray-i/

  3. https://leetcode.com/problems/number-of-sub-arrays-of-size-k-and-average-greater-than-or-equal-to-threshold/

  4. https://leetcode.com/problems/k-radius-subarray-averages/

  5. https://leetcode.com/problems/minimum-recolors-to-get-k-consecutive-black-blocks/

  6. https://leetcode.com/problems/grumpy-bookstore-owner/ +Mark

  7. https://leetcode.com/problems/maximum-sum-of-almost-unique-subarray/

  8. https://leetcode.com/problems/maximum-sum-of-distinct-subarrays-with-length-k/

  9. https://leetcode.com/problems/maximum-points-you-can-obtain-from-cards/ +Mark

  10. https://leetcode.com/problems/defuse-the-bomb/

  11. https://leetcode.com/problems/diet-plan-performance/

  12. https://leetcode.com/problems/find-k-length-substrings-with-no-repeated-characters/

  13. https://www.lintcode.com/problem/distinct-numbers-in-each-subarray/

  14. https://www.lintcode.com/problem/minimum-swaps-to-group-all-1s-together/

  15. https://www.lintcode.com/problem/number-of-unique-flavors-remaining-after-sharing-k-candies/

  16. https://leetcode.com/problems/check-if-a-string-contains-all-binary-codes-of-size-k/

  17. https://leetcode.com/problems/minimum-swaps-to-group-all-1s-together-ii/

  18. https://leetcode.com/problems/maximum-number-of-occurrences-of-a-substring/

  19. https://leetcode.com/problems/sliding-subarray-beauty/ +Mark

  20. https://leetcode.com/problems/reschedule-meetings-for-maximum-free-time-i/

  21. https://leetcode.com/problems/minimum-number-of-flips-to-make-the-binary-string-alternating/ +Mark

  22. https://leetcode.com/problems/permutation-in-string/

  23. https://leetcode.com/problems/find-all-anagrams-in-a-string/

  24. https://leetcode.com/problems/substring-with-concatenation-of-all-words/

  25. https://leetcode.com/problems/find-substring-with-given-hash-value/ +Mark

  26. https://leetcode.com/problems/count-complete-substrings/

  27. https://leetcode.com/problems/binary-string-with-substrings-representing-1-to-n/

  28. https://www.lintcode.com/problem/k-empty-slots/ +Mark

  29. https://www.lintcode.com/problem/number-of-equal-count-substrings/

  30. https://leetcode.com/problems/maximum-frequency-score-of-a-subarray/

  31. https://leetcode.com/problems/find-the-k-beauty-of-a-number/

  32. https://leetcode.com/problems/minimum-difference-between-highest-and-lowest-of-k-scores/

  33. https://leetcode.com/problems/contains-duplicate-iii/ +Mark

[Variable-length Window]

  1. https://leetcode.com/problems/longest-substring-without-repeating-characters/

  2. https://leetcode.com/problems/maximum-length-substring-with-two-occurrences/

  3. https://leetcode.com/problems/longest-subarray-of-1s-after-deleting-one-element/

  4. https://leetcode.com/problems/get-equal-substrings-within-budget/

  5. https://leetcode.com/problems/fruit-into-baskets/

  6. https://leetcode.com/problems/maximum-erasure-value/

  7. https://leetcode.com/problems/length-of-longest-subarray-with-at-most-k-frequency/

  8. https://leetcode.com/problems/maximize-the-confusion-of-an-exam/ +Mark

  9. https://leetcode.com/problems/max-consecutive-ones-iii/

  10. https://leetcode.com/problems/minimum-operations-to-reduce-x-to-zero/

  11. https://leetcode.com/problems/find-the-longest-semi-repetitive-substring/

  12. https://leetcode.com/problems/maximum-beauty-of-an-array-after-applying-operation/ +Mark

https://leetcode.com/problems/climbing-stairs/solution/jiao-ni-yi-bu-bu-si-kao-dong-tai-gui-hua-7zm1/

https://leetcode.com/problems/two-sum/solution/dong-hua-cong-liang-shu-zhi-he-zhong-wo-0yvmj/