This week I tried to modify the code of mergesort in python to make it work with threads, but I found it a little hard.
At the first try, the results were:
One instruction was executed as many times as I had defined threads.
In
this link I explain how to work with threads an two diferent ways of execution of them.
Put the code on the Wiki; maybe someone else can fix it :) That's what Wiki's are all about - collaboration. 5 for class and lab.
ResponderBorrar