Contains the java implementation of the Hiring Problem.
Has two implementation:
Initial candidates are initialized randomly and then best candidate is found out with either bubble or insertion sort.
Initial candidates are initialized with permute sort of randomly assigned probabilities and then best candidate is found out with either bubble or insertion sort.
cd path_to_the_downloaded_software
javac mainClassHiringProblem.java java mainClassHiringProblem
