
October 10th, 2003, 07:25 AM
|
 |
Major General
|
|
Join Date: Oct 2002
Posts: 2,174
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: 320.2! 301.5, 311.3, 65.4
Quote:
Originally posted by Kamog:
Oh, recursion... I remember factorial, fibonacci sequence, binary search trees, quick sort and Tower of Hanoi programs in computer science class... that was a long time ago.
|
Yeah - but some of the lowest time order sorting algorythms aren't recursive. The Radix sort, for example. Iteration's fun too.
__________________
Of course, by the time I finish this post, it will already be obsolete. C'est la vie.
|