Wikipedia talk:Algorithms on Wikipedia
Appearance
I can appreciate the emphasis on iteration versus recursion, as recursion is not taught to some people.
I don't agree that iteration is always preferable. A recursive algorithm that searches a binary tree is simpler
to understand, requires less book-keeping in variables, and is in general, preferable when explaining to a neophyte.
I think there are an entire class of problems that are similar. --BenBaker