Posted by staleano on August 05, 1999 at 12:43:41:
In Reply to: Verification function posted by Jason D. Burkert on August 05, 1999 at 12:24:03:
: A function to verify that the array is ordered could be most naturally written recursively, is that correct?
I dont think so just go through the list making sure each element is less than the next otherwise false. Recursion doesnt help anything or make it easier