We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f529d commit 2b197caCopy full SHA for 2b197ca
Day18.cpp
@@ -1,4 +1,8 @@
1
2
+
3
+// using slidding window technique
4
+// https://www.youtube.com/watch?v=MPtX8pGYHCs
5
6
class Solution {
7
public:
8
bool checkInclusion(string patt, string original) {
0 commit comments