2007-08-22 08:27:42 UTC
If I pass the inbound array to an array that is local to the function, will that prevent the recursive calls from operating directly on the initial array? And will a new instance of the local array be created with every recursion?
PS, the array is of maximum length 4 and type int, so I am not worried about memory consumption.