tex(bib): add bin packing video
This commit is contained in:
parent
41908fb402
commit
9bc4e67c68
2 changed files with 10 additions and 0 deletions
|
@ -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},
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -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}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue