Introduction - If you have any usage issues, please Google them yourself
The general idea of algorithm
The K sub problem is solved separately. If the size of the sub problem is still not enough Small, then divided into k sub problems, so recursive go straight
It is easy to find the solution until the scale of the problem is small enough.