We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84eebd1 commit c34ee92Copy full SHA for c34ee92
src/components/Tips/index.js
@@ -33,6 +33,7 @@ If must solve in-place then
33
34
If asked for maximum/minimum subarray/subset/options then
35
- Dynamic programming
36
+- Sliding window
37
38
If asked for top/least K items then
39
- Heap
0 commit comments