From 5a206bd5d7caa6a7ef6c92fad2d4d5601307d0cf Mon Sep 17 00:00:00 2001 From: Paul ALNET Date: Sat, 3 Jun 2023 10:07:35 +0200 Subject: [PATCH] fix(tex): typo in intro --- latex/content.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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