![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Golf: Factorialsby srawls (Friar) |
on May 23, 2001 at 04:59 UTC ( #82440=perlmeditation: print w/replies, xml ) | Need Help?? |
This is geared more towards the beginner, to give him a chance to golf, but if you are more advanced and still want to post, than you can just post your code in a 'black box'.
The problem: Passed to your function is a list of numbers, and the function should return a list of those number's factorials. (factorial of 5 is 5*4*3*2*1).
Example:
Again, this is meant for beggining to intermidately skilled programmers, but if you are better than that, you can see if you can beat my humble (and probably futile) atempt at the golf. (Click readmore to see my code).
The 15 year old, freshman programmer, Stephen Rawls
Back to
Meditations
|
|