Given a string S and an integer K, split S into two substrings S1 and S2 where the number of their common characters >= K. Return the number of such splits in S...

Solve the problem:
Python3def splitString(S, K):
"""
:type S: String
:type K: Integer
:rtype: Integer
"""
Solution

Get one-to-one training from Google Facebook engineers
Top-notch Professionals
Learn from Facebook and Google senior engineers interviewed 100+ candidates.
Most recent interview questions and system design topics gathered from aonecode alumnus.
One-to-one online classes. Get feedbacks from real interviewers.
Customized Private Class
Already a coding expert? - Advance straight to hard interview topics of your interest.
New to the ground? - Develop basic coding skills with your own designated mentor.
Days before interview? - Focus on most important problems in target company question bank.