Skip to main content

Career Questions tagged Parallel Computing

Ryan’s Avatar
Ryan Oct 29, 2016 761 views

How would you go about parallelizing a recursive function that can't be written in for loops (like Ackermann function)?

I am a high school student and I am exploring a career in computer science, and while I've been able to solve many other similar problems, I haven't found an efficient solution for this. #computer-science #computer-programming #parallel-computing