Yiyao LIU
2011-11-06 23:20:54 UTC
In assignment specification, the prototype of function Search is:
bool Search(int k);
Are we allowed to change this?
Because I want to pass back the search result to Insert.
bool Search(int k);
Are we allowed to change this?
Because I want to pass back the search result to Insert.