Monday, August 31, 2009

Efficiency Of Search

Efficiency Of Different Search Techniques



DETAIL :ThiS program takes two arrays(arr[] and src[]) as input from the user and search
  each element present in the src[] in the array arr[] using different methods like
  sequential search in ordered and unordered list, binary search and interpolation 
 search. Calculating the average number of comparisons obtained using different 
  methods,a *.xls file has to be created which then after being downloaded to the Windows
  ,a graph of the analysis is to be prepared

No comments: