D
Davy
Hello all,
I have two groups of digit data. The data in it may be repeated.
Some thing like {5 59 74 17 5 1} and {3 8 25 4}. And real group is
larger. Each may own thousands of data.
I want to write a program to compare the two groups.
//------program--------
IF (one data in Group 1 == one data in Group 2)
EXIT the program.
Is there any quick compare algorithm?
Best regards,
Davy
I have two groups of digit data. The data in it may be repeated.
Some thing like {5 59 74 17 5 1} and {3 8 25 4}. And real group is
larger. Each may own thousands of data.
I want to write a program to compare the two groups.
//------program--------
IF (one data in Group 1 == one data in Group 2)
EXIT the program.
Is there any quick compare algorithm?
Best regards,
Davy