diff --git a/latex/content.tex b/latex/content.tex index 9392536..e90eab5 100644 --- a/latex/content.tex +++ b/latex/content.tex @@ -5,7 +5,7 @@ containers of a fixed capacity in a way that minimizes the number of containers used. This has applications in many fields, such as logistics, where we want to optimize the storage and transport of items in boxes, containers, trucks, etc. In this paper, we will focus on one-dimensional bin packing, where we try to store -items of different heigts in a linear container. +items of different heights in a linear container. Building mathematical models for bin packing is useful in understanding the problem and in designing better algorithms, depending on the use case. An