Introduction - If you have any usage issues, please Google them yourself
When solving using the divide and conquer strategy, the time required depends on the number of decomposed sub-problems, the size of sub-problems and other factors, but the dichotomy, because of its simple and uniform division characteristics, is often used as a valid methods, such as binary search.