You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*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.