excel - Least number of whole tiles to use to fill a space -
per this thread, tim makes point trying again. writes,
the problem of minimizing total number of smaller rectangles used fill total space real world problem. take @ floor of bathroom , you'll see why. mason needs know how can cover space destroying least number of tiles, , depending on algorithm used different results.
so, if have space of w width , l length , constant rectangle of 48 width , 96 length, what's best way fill said space minimum waste?
there's this gives combinations run through , pick best solution. don't understand answer/java though xd
unless big surface multiple of tile dimensions, have cut some tiles , there some waste. have perfect saw can cut tile 0 waste. cut each 96 x 48 tile 4608 1 x 1 squares. determine number of tiles need, divide total area of big surface 4608 , round nearest integer tile!
Comments
Post a Comment