Divide-and-conquer algorithm: Difference between revisions

Content deleted Content added
Internal link
Tags: Visual edit Mobile edit Mobile web edit Advanced mobile edit
Internal link
Tags: Visual edit Mobile edit Mobile web edit Advanced mobile edit
Line 39:
 
=== Parallelism ===
Divide-and-conquer algorithms are naturally adapted for execution in [[Multiprocessing|multi-processor]] machines, especially [[shared-memory]] systems where the communication of data between processors does not need to be planned in advance because distinct sub-problems can be executed on different processors.
 
=== Memory access ===