Skip to content

Commit c34ee92

Browse files
Add sliding window to algorithm tips page (#346)
add algorithm tip Signed-off-by: Brandon <brandonaltermatt@gmail.com>
1 parent 84eebd1 commit c34ee92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Tips/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ If must solve in-place then
3333
3434
If asked for maximum/minimum subarray/subset/options then
3535
- Dynamic programming
36+
- Sliding window
3637
3738
If asked for top/least K items then
3839
- Heap

0 commit comments

Comments
 (0)