What would be an approach for a kernel for solving pascals triangle if we only need the nth row?
I don't see any parallelization tasks. The only thing I can see is probably the parallelization of the addition from ith row to ith+1. What are your thoughts?