Skip to content

Commit 138533b

Browse files
Update algorithms/stack/minimum_string_length_after_removing_substrings/README.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 27e0212 commit 138533b

File tree

1 file changed

+1
-1
lines changed
  • algorithms/stack/minimum_string_length_after_removing_substrings

1 file changed

+1
-1
lines changed

algorithms/stack/minimum_string_length_after_removing_substrings/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ After processing all characters, the position of writePtr tells us the length of
178178
we want to keep are now at the beginning of the array, up to the position of writePtr.
179179

180180
![Solution 1](./images/solutions/minimum_string_length_after_removing_substrings_in-place_solution_1.png)
181-
![Solution 2](images/solutions/minimum_string_length_after_removing_substrings_in-place_solution_1.png)
181+
![Solution 2](./images/solutions/minimum_string_length_after_removing_substrings_in-place_solution_2.png)
182182
![Solution 3](./images/solutions/minimum_string_length_after_removing_substrings_in-place_solution_3.png)
183183
![Solution 4](./images/solutions/minimum_string_length_after_removing_substrings_in-place_solution_4.png)
184184
![Solution 5](./images/solutions/minimum_string_length_after_removing_substrings_in-place_solution_5.png)

0 commit comments

Comments
 (0)