Question :
Write sequential search and binary search programs that read for files. Create a data file of size 100 1000, 10000 numbers.
You will have to create two files for each run, first one with the numbers you want to search and the second one with numbers where you want to search the numbers. Run your program and report the running time for both the algorithms.