tex(bib): add bin packing video

This commit is contained in:
Paul ALNET 2023-06-03 10:35:46 +02:00
parent 41908fb402
commit 9bc4e67c68
2 changed files with 10 additions and 0 deletions

View file

@ -8,3 +8,11 @@
address = {Berlin, Heidelberg}, address = {Berlin, Heidelberg},
} }
@misc{bin-packing-approximation:2022,
author = {{Computational Thinking}},
title = {Bin Packing Approximation},
year = {2022},
howpublished = {YouTube video},
url = {https://www.youtube.com/watch?v=R76aAh_li50},
}

View file

@ -53,5 +53,7 @@ and performance, both in resource consumption and in box usage.
\subsection{Optimal algorithm} \subsection{Optimal algorithm}
\cite{bin-packing-approximation:2022}
\sectionnn{Conclusion} \sectionnn{Conclusion}