leetcode-notebook icon indicating copy to clipboard operation
leetcode-notebook copied to clipboard

update my sliding windows cases

Open Joejiong opened this issue 5 years ago • 0 comments

关于sliding window的原题解,不是很系统,建议如下分类,同时配上了自己的题解

  1. Fixed window length k
  2. dynamic
  3. dynamic with hashmap
  4. max update during window increase, min update during window size decrease

Joejiong avatar Jan 29 '20 09:01 Joejiong