From: mental@... Date: 2006-01-14T05:15:18+09:00 Subject: Re: [QUIZ] Packing (#62) Quoting Ruby Quiz : > Example: > $ ruby solver.rb > 10x20 > 1x3 4x8 3x7 9x4 10x14 > > **************.***.. > **************...... > **************.****. > **************.****. > **************.****. > **************.****. > **************.****. > **************.****. > **************.****. > **************.****. > > *********........... > *********........... > *********........... > *********........... > .................... > *******............. > *******............. > *******............. > .................... > .................... Whoops, this example shows an 8x4 box, not a 9x4 one. -mental