Skip to content

Commit 9774b7d

Browse files
committed
feat: adding image for sliding-window
1 parent 342f9ae commit 9774b7d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

public/Sliding-Window.png

19.8 KB
Loading

src/pages/Homepage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const sections = [
2828
description:
2929
"Visualize how the sliding window technique efficiently processes subarrays and substrings with dynamic window movement.",
3030
phase: "Phase 1 (MVP)",
31-
img: "https://media.geeksforgeeks.org/wp-content/uploads/20230626162234/Sliding-Window-Technique.png",
31+
img: "/Sliding-Window.png",
3232
link: "/sliding-window",
3333
flag: false
3434
},

0 commit comments

Comments
 (0)