Skip to content

A code that measure a few search algorithms execution time and plot a graph comparing them

License

Notifications You must be signed in to change notification settings

bielrossi15/search_algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Search time comparison

A code that measure a few search algorithms execution time and plot a graph comparing them

Steps to run

  • Install python3
  • Download matplotlib pip install matplotlib
  • Run the main file python main.py
  • Input number of iterations and initializer method, sorted or normalized (only the last one can run interpolation search)

About

A code that measure a few search algorithms execution time and plot a graph comparing them

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages