Removed hard problems from warmup

This commit is contained in:
Mark 2023-01-16 08:30:39 -08:00
parent 01d167db1c
commit 2235bdfaac

View File

@ -80,19 +80,4 @@
\end{enumerate}
\vfill
\problem{}
Suppose we have five hard drives. How can we arrange our data so that...
\begin{enumerate}
\item We get 3 TiB of usable storage
\item We lose no data if any two drives fail
\end{enumerate}
\vfill
\problem{}
Write a general solution to this problem, using $n$ drives and providing $s$ TiB of storage. \\
How many failures will such an array be able to tolerate?
\vfill
\end{document}