problem with linear search
So I'm lost on how to do my linear search with an input search file. I've sorted it and got everything else done fine, just can't grasp how this search is supposed to look and where I'm supposed to even start with it.
I have 43 countries that I am to search for hits or no hits based on the country code and I have to say how many probes were used in finding the matches. The input search file has these 10 searchkeys:
CH
In
ZZ
LA
LA
PH
MO
OO
OM
ye
I can post code if need be. Thanks in advance :)