The Feed David Cause He's Hungry Fund!
I noticed a bug in this program for two pair values. compare the below given arrays.
int [][] test1= {{11,3},{8,1},{11,2},{12,4},{8,3}} ; int [][] test2={{11,3},{8,1},{11,2},{9,4},{9,3}} ;
regards
Ben
More information about formatting options
I noticed a bug in this
By Ben (not verified)I noticed a bug in this program for two pair values.
compare the below given arrays.
int [][] test1= {{11,3},{8,1},{11,2},{12,4},{8,3}} ;
int [][] test2={{11,3},{8,1},{11,2},{9,4},{9,3}} ;
regards
Ben