Bin Packing Algorithms
IS there anybody knows about the bin packing algorithms, I searched the web but there is not any usefulsource for me! can you tell me a book name or a resource name.
[186 byte] By [
santan_1] at [2007-9-30 13:39:04]

Try searching the web again. I found lots of good links with Google:
http://www.google.com/search?hl=en&lr=&ie=UTF-8&q=bin+packing+approximation+algorithm&btnG=Search
http://www.google.com/search?hl=en&lr=&ie=UTF-8&q=bin+packing+genetic+algorithm&btnG=Search
http://www.google.com/search?q=bin+packing+algorithms&hl=en&lr=&ie=UTF-8&start=10&sa=N
Oh, if you are looking for source code, that'll be a little harder to find. Just read the tech papers, and you're bound to find one that you can code up. I found coding the things from a paper also helps you understand the algorithm better in case you need your own tweaks in it.