ELI5: Explain Like I'm 5

Analysis of parallel algorithms

Analysis of parallel algorithms is a way of looking at how different types of computers use different strategies to solve a problem quickly. It looks at how making each part of a computer work on different parts of a problem at the same time can be more efficient than having one part of the computer do all the work. It also looks at how splitting up a problem into parts and having two or more computers work on different parts of the problem can be more efficient than having one computer do all the work.