Treffer: Divide, Combine, and Conquer.

Title:
Divide, Combine, and Conquer.
Source:
Python Algorithms: Mastering Basic Algorithms in the Python Language; 2011, p125-150, 26p
Database:
Complementary Index

Weitere Informationen

This chapter is the first of three dealing with well-known design strategies. The strategy dealt with in this chapter, divide and conquer (or simply D&C), is based on decomposing your problem in a way that improves performance. You divide the problem instance, solve subproblems recursively, combine the results, and thereby conquer the problem–a pattern that is reflected in the chapter title.1 [ABSTRACT FROM AUTHOR]

Copyright of Python Algorithms: Mastering Basic Algorithms in the Python Language is the property of Springer Nature / Books and its content may not be copied or emailed to multiple sites without the copyright holder's express written permission. Additionally, content may not be used with any artificial intelligence tools or machine learning technologies. However, users may print, download, or email articles for individual use. This abstract may be abridged. No warranty is given about the accuracy of the copy. Users should refer to the original published version of the material for the full abstract. (Copyright applies to all Abstracts.)