I am trying to make a program that compares the 3 different search algorithms(sequential/binary/hashing). I have already made the sequential search algorithm, but need help with the binary and hashing part of the code.
My program OPENS a data file, and then OPENS a key data file. and then searches through them using both.
I just need assistance as to how to go about thebinary and hashing search algorithims(in the driver program).
*I have included a zip file with:
-base program
-driver program
-data file
-key data file