uwhpsc-2016 / lectures

Notes, slides, and code from the in-class lectures.
7 stars 21 forks source link

Parallel Recursion #30

Open slai7880 opened 8 years ago

slai7880 commented 8 years ago

So far we have talked about building parallel codes based on the serial one(mainly, for loops), but is it possible that we can also apply such technique to recursion?

cswiercz commented 8 years ago

Yes! The lecture that I intended to give on Thursday was going to touch upon recursive algorithms. I will give said lecture this Tuesday, instead.