diff options
Diffstat (limited to 'assignment5/assignment5.tex')
-rw-r--r-- | assignment5/assignment5.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assignment5/assignment5.tex b/assignment5/assignment5.tex index fa461d5..adccfae 100644 --- a/assignment5/assignment5.tex +++ b/assignment5/assignment5.tex @@ -36,7 +36,7 @@ \section*{7.7} See figure \ref{fig:7-7}. At the moment I don't see how to add text inside this plot (which is itself already an ugly hack), but from left to right the memory blocks are allocated to process A, B, D and C. White blobs are free. -\begin{figure}[h] +\begin{figure}[p] \centering \begin{tikzpicture}[every path/.style={draw=black}] \begin{axis}[ @@ -62,7 +62,7 @@ See figure \ref{fig:7-7}. At the moment I don't see how to add text inside this \begin{enumerate}[label=\alph*.] \item Yes, this is possible. Then you would get a buddy tree as in figure \ref{fig:7-10a}. - \begin{figure}[h] + \begin{figure}[p] \centering \begin{tikzpicture}[level 1/.style={sibling distance=4cm}, level 2/.style={sibling distance=2cm}, |