Parallel Algorithm for Addition of Two Digit Numbers

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 3K views
teng125
Messages
416
Reaction score
0
by means of the parallel
algorithm , let says addition of two digits number in each row requiring n/2
processors and taking time proportional to log n / log 2 .

for the ques above, i do not understand why it takes time of log n / log 2 .

can smby pls explain to me

thanx
 
Physics news on Phys.org
let says addition of any two digits number in each row(n) requiring n/2
processors
and taking time proportional to log n / log 2 .


i do not understand why it takes time of log n / log 2 .
 
parallel algorithm, but i think it doesn't matter.i just want to sought out from the poit of maths or comp ,how to get log n / log 2
 
Well, many algorithms are parallel. What is the description of the one you are using?

The only clue from log n / log 2 is that this is the same as log2n.
 
it just says the adding or two digits or numbers in each row.then by performing nth rows , taking time proportional to log2n.
 
I imagine that it is because it requires some overhead work to get two processors working together in the first place.