Computer Programming Software Terms, Glossary and Dictionary

Parallel Algorithm

In computer science, a parallel algorithm, as opposed to a traditional serial algorithm, is one which can be executed a piece at a time on many different processing devices, and then put back together again at the end to get the correct result.



Related Terms:

Parallel Algorithm