in reply to Re^3: I want to maximize data storage in a DVD
in thread I want to maximize data storage in a DVD

Is there a way to identify/read the size of the DVD so knapsack or bin-pack algorithm knows what to work with? Basically, I don't wanna use dvd_capacity as a constant since there are single and dual layer DVDs and other different media.
  • Comment on Re^4: I want to maximize data storage in a DVD

Replies are listed 'Best First'.
Re^5: I want to maximize data storage in a DVD
by ikegami (Patriarch) on Mar 31, 2010 at 15:38 UTC
    It would be easier to have two constants and control which is used by a command line argument. If you disagree, don't hide your new question deep inside an "old" unrelated thread.