Skip to content

arsalasif/sequential-search-heuristics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Experimental Analysis of Sequential Search Heuristics

This project is done on Java. All code is documented by comments inside code.

For Java, please download Eclipse: https://www.eclipse.org/downloads/packages/release/neon/2/eclipse-ide-java-developers

Java SE 9 or above is needed: https://www.oracle.com/technetwork/java/javase/downloads/index.html

Java Common Math library is already included in project. Reference: http://commons.apache.org/proper/commons-math/

The repository contains Java project at its root. It is enclosed in "eclipse-workspace" folder.

Instructions:

  1. Install Java as noted before.
  2. If you want to reproduce output, run the Java project and it will create new CSV files. Note that it is not exactly the same on each run due to random nature of probabilties. However, it follows similar trends.

For more information, read project report.

About

Experimental Analysis of Sequential Search Heuristics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages