Open romanjoy opened 2 years ago
This involves dividing the problem into smaller sub-problems.
Solve sub-problems by calling recursively until solved.
Combine the sub-problems to get the final solution of the whole problem.
https://www.baeldung.com/cs/divide-and-conquer-strategy
Bubble Sort