Skip to content

Contains the java implementation of the Hiring Problem, implemented in two ways.

Notifications You must be signed in to change notification settings

ruchi961/HiringProblem_Algorithm

Repository files navigation

🟢 HiringProblem_Algorithm

  • Contains the java implementation of the Hiring Problem.

  • Has two implementation:

    1. Initial candidates are initialized randomly and then best candidate is found out with either bubble or insertion sort.

    2. Initial candidates are initialized with permute sort of randomly assigned probabilities and then best candidate is found out with either bubble or insertion sort.

> Information

  • Language:

  • Created (date) : September 2022

> Output :

image

> Download and run :

cd path_to_the_downloaded_software
javac mainClassHiringProblem.java 
java mainClassHiringProblem

About

Contains the java implementation of the Hiring Problem, implemented in two ways.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages