Given I'm doing this in C++, is it possible to define the function like this: int find(int &x): to save on memory use?
int find(int &x):