1 / 7

Final Project Fall 2012

Final Project Fall 2012. Data Structures and Algorithms Comparative Analysis of Searching Algorithms. Instructor: Dr. Quratulain Rajput Group members 1.Sadiq Ahmad 2. Aamir khan 3.Amjad Khan. Description.

tala
Télécharger la présentation

Final Project Fall 2012

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Final ProjectFall 2012 Data Structures and Algorithms Comparative Analysis of Searching Algorithms. Instructor: Dr. Quratulain Rajput Group members 1.Sadiq Ahmad 2. Aamir khan 3.Amjad Khan

  2. Description • This project provides a comparative analysis of four basic and important searching algorithms on different data size. • Searching algorithms used are • Linear Search • Binary Search • Search in Hashtable • Binary Search tree

  3. Project Design • It runs all the searching algorithms on different data size and writes the result or number of camparisons on an excell workbook • Apache POI is used to write the data. • Apache POI is a pure java library wich is used to creat and manpulate MS office documetns. • From the excell workbook the data can easily be put in bar or line graph. Wchich shows the behaviour of each algorithm.

  4. Some variables used in the program • L_S stands for linear search • B_S stands for binary search • HT_S stands for Hash table search • BT_S stands for Binary tree search. • Data is the size of input data.

  5. Graphs of some results on different data sizes given below.

More Related