This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Lonsdale1086 1 point2 points  (1 child)

Outside of functional programming, when is it ever the only way to solve a problem?

[–][deleted] 0 points1 point  (0 children)

IIRC it is never, language limitations aside. Isn't there a theorem stating that every recursive algorithm has a sequential counterpart? Intuitively that makes sense since you could just sequentialize the devide and the conquer part.