I've tried looking up the code and couldn't find something that allows me to adjust the width of a column. I want to make the width larger (in the vertical direction). This is what I have so far:
\begin{center}
\begin{tabular}{ | l | p{2cm} |}
\hline
Problem & Points \\ \hline
1 & /4 \\ \hline
2 & /4 \\ \hline
3 & /4 \\
\hline
\end{tabular}
\end{center}
\renewcommand{\arraystretch}{<factor>}. – Peter Grill Jan 23 '14 at 04:46