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 0bd0d94 commit f1c071f
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 @@ -2,7 +2,6 @@
Given a string you need to print the size of the longest possible substring that has exactly K unique characters.
If there is no possible substring then print -1.
Example 1:
Input:
S = "aabacbebebe", K = 3
Expand Down

0 comments on commit f1c071f

Please sign in to comment.