Skip to content

Commit 1a71df5

Browse files
Update algorithms/sliding_window/minimum_window_substring/README.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 038c144 commit 1a71df5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • algorithms/sliding_window/minimum_window_substring

algorithms/sliding_window/minimum_window_substring/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ The testcases will be generated such that the answer is unique.
2222
## Examples
2323

2424
![Example 1](./images/examples/min_window_substring_example_1.png)
25-
![Example 3](./images/examples/min_window_substring_example_2.png)
26-
![Example 4](./images/examples/min_window_substring_example_3.png)
25+
![Example 2](./images/examples/min_window_substring_example_2.png)
26+
![Example 3](./images/examples/min_window_substring_example_3.png)
2727

2828
Example 1:
2929

0 commit comments

Comments
 (0)