- tags: Sliding Window,Two Pointers
- source:
- 力扣 LeetCode. “题解:借这个问题科普一下「滑动窗口」和「双指针」的区别 - 力扣(LeetCode).” Accessed March 11, 2022. https://leetcode-cn.com/problems/get-equal-substrings-within-budget/solution/jie-zhe-ge-wen-ti-ke-pu-yi-xia-hua-dong-6128z/.
- https://stackoverflow.com/a/64078338
Two Pointer to slove the problem of two elements that two pointes pointed.
Sliding Window to slove the problem of all elements that in the window.