First fit algorithm
Appearance
The first fit algorithm is an algorithm which provides a fast but often nonoptimal solution to the bin packing problem. It requires Θ(n log n) time.
External link
The first fit algorithm is an algorithm which provides a fast but often nonoptimal solution to the bin packing problem. It requires Θ(n log n) time.
![]() | This combinatorics-related article is a stub. You can help Wikipedia by expanding it. |