Skip to content

Commit

Permalink
Update Longest_k_unique_char.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
STREIN-11 authored Oct 17, 2024
1 parent bba9fd1 commit 0bd0d94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Daily/Longest_k_unique_char.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Given a string you need to print the size of the longest possible substring that
If there is no possible substring then print -1.
Example 1:
Input:
S = "aabacbebebe", K = 3
Expand Down

0 comments on commit 0bd0d94

Please sign in to comment.