David Garden

Recent Blogs

  • Byte order and Bit order

    Oct 20, 2025

  • Structured Concurrency

    May 16, 2025

  • CPP standard networking proposal(execution)

    May 13, 2025

  • c++ reflection(introspection) and code generation

    Apr 10, 2025

See 67 more →

Recent Notes

  • linux 系统设置

    Oct 20, 2025

  • encrypt 相关名词

    Oct 20, 2025

See 34 more →

Home

❯

All Blogs

❯

bin packing problem

bin packing problem

Dec 08, 20231 min read

problem: we have one object have two attribute: a and b and one box can hold N attribute a and M attribute b. now we have k objects and every object a and b

ask: how many boxes we need to hold the k objects using minimum boxes ?

packing problem

https://developers.google.com/optimization/pack/bin_packing

reference

  • google or-tools
  • packing problem
  • knapsack problem
  • leetcode 1986

Graph View

Backlinks

  • No backlinks found
  • packing problem
  • reference

Created with Quartz v4.4.0 © 2025

  • GitHub