Search Results

28
votes

Factorial Algorithms in different languages

I find the following implementations just hilarious: The Evolution of a Haskell Programmer …
0
votes

Algorithm to generate anagrams..

The book Programming Pearls by Jon Bentley covers this kind of stuff quite nicely. A must-read. …
2
votes

Should a function have only one return statement?

What if the function is recursive? Huh? Huh? …