asked 63.8k views
3 votes
What is a parallel algorithm?

asked
User Zyexal
by
7.8k points

2 Answers

3 votes
In computer science, a parallel algorithm, as opposed to a traditional serial algorithm, is an algorithm which can do multiple operations in a given time. It has been a tradition of computer science to describe serial algorithms in abstract machine models, often the one known as random-access machine.
answered
User Tdranv
by
8.0k points
2 votes

Answer:

A parallel algorithm is a type of algorithm that is designed to run on multiple processors or processing units simultaneously, in order to solve a problem more efficiently or quickly than a sequential algorithm that runs on a single processor.

answered
User Quicker
by
7.6k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.