Chapter 1 Flashcards
1
Q
Outline first fit method
A
- look at items in order given
- but in first available accommodating bin
2
Q
Outline first fit decreasing method
A
- Sort items into descending order
- Apply first fit method
3
Q
Outline full bin method
A
- Inspection
4
Q
Outline finding order of an algorithm
A
Value 2 / Value 1 = factor
factor^(order) x value 1 time = value 2 time