I have an array with 4 Company's that each of a duration time to complete some task.
Based on some calculations on each of the companies and the amount of subtasks the scheme has various total ending times.
FOr example (Time in minutes)
Company A 15
Company B 17
Company C 20
Company D 16
I have the scheme of how to sort but what I want to do is read in the array (which I have done before) and change the order of the companies (exhaustive) and their associated times and run the calculations. I need to keep track of the array and all its permutations. For this array there are 24 possible variations.
Thank you in advance for your help.
Greg
Based on some calculations on each of the companies and the amount of subtasks the scheme has various total ending times.
FOr example (Time in minutes)
Company A 15
Company B 17
Company C 20
Company D 16
I have the scheme of how to sort but what I want to do is read in the array (which I have done before) and change the order of the companies (exhaustive) and their associated times and run the calculations. I need to keep track of the array and all its permutations. For this array there are 24 possible variations.
Thank you in advance for your help.
Greg