Quote:
Originally Posted by punky
I did more or less the same. Just one suggestion i'd make regarding your code Damien:
|
Opps! Miss that. Indeed.
---------- Post added at 21:29 ---------- Previous post was at 21:28 ----------
Quote:
Originally Posted by punky
BTW the absolute classic programming challenge is to generate an array of random numbers and then sort it manually. Once you do it, then you can refine it to make it as efficient as possible.
I guarantee every programming course has that exercise.
|
Let's do that one next then. An array of 10 random numbers should be fine...
I'll try tomorrow.