1 / 4
Decision Maths 1
40 likes | 282 Vues
Decision Maths 1. Bin Packing First Fit Algorithm & First Fit Decreasing Algorithm. A V Ali : www.2july-maths.co.uk. First fit algorithm. 12. 5. 3. 9. 8. 5. 7. 10. 6. 11. Bin size = 20. Bin 1. Bin 2. Bin 3. Bin 4. Bin 5. First fit algorithm. 12. 5. 3. 9. 8. 5. 7. 10.
Télécharger la présentation
Decision Maths 1
An Image/Link below is provided (as is) to download presentation
Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author.
Content is provided to you AS IS for your information and personal use only.
Download presentation by click this link.
While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server.
During download, if you can't get a presentation, the file might be deleted by the publisher.
E N D
Presentation Transcript
Decision Maths 1 Bin Packing First Fit Algorithm & First Fit Decreasing Algorithm A V Ali : www.2july-maths.co.uk
First fit algorithm 12 5 3 9 8 5 7 10 6 11 Bin size = 20 Bin 1 Bin 2 Bin 3 Bin 4 Bin 5
First fit algorithm 12 5 3 9 8 5 7 10 6 11 Bin size = 19 Bin 1 Bin 2 Bin 3 Bin 4 Bin 5
First fit decreasing algorithm 12 5 3 9 8 5 7 10 6 11 Sort values in size order, highest first ... 12 11 10 9 8 7 6 5 5 3 Bin size = 20 Bin 1 Bin 2 Bin 3 Bin 4 Bin 5
More Related