PARALLEL ALGORITHM
Parallel algorithm - This is an algorithm that executes more than one instruction at a time by having a computing environment with more than one processor. The types of parallel computing environments are:
| MIMD: | Multiple Instruction/Multiple Data (includes massively parallel); |
| MISD: | Multiple Instruction/Sequential Data (unusual); |
| SIMD: | Sequential Instruction/Multiple Data (e.g., array processor). |