divide-and-conquer
here is a approach named divide and conquer:
Divide the life into a number of sublifes;
Conquer the sublifes by solving them recursively.if the sublife sizes are small enough,however,just solve the sublifes in a straightforward manner.
Combine the solved sublifes into the original life.
Divide the life into a number of sublifes;
Conquer the sublifes by solving them recursively.if the sublife sizes are small enough,however,just solve the sublifes in a straightforward manner.
Combine the solved sublifes into the original life.
0 Comments:
Post a Comment
<< Home