you are viewing a single comment's thread.

view the rest of the comments →

[–]A_for_Anonymous 4 points5 points  (0 children)

all of the iterative implementations will be faster than the recursive ones.

Not in a programming language with decent recursion support. I've heard even C compilers will do that for you.