
\begin{minipage}[t]{8in}
\begin{tabular}{ll}
DList$<$Item$>$  & l;
\end{tabular}\\
 
 \parbox[b]{2in} \ \ 
\begin{minipage}[t]{4in}Construct a doubly-linked list $l$.\end{minipage}
\end{minipage}
\vspace{0.2in}


\begin{minipage}[t]{8in}
\begin{tabular}{ll}
List$<$Item$>$  & l2(l);
\end{tabular}\\
 
 \parbox[b]{2in} \ \ 
\begin{minipage}[t]{4in}Construct a doubly-linked list $l2$ and initialize
			it with the elements of \Container\ $l$ such that the 
			elements are in the same order.\end{minipage}
\end{minipage}
\vspace{0.2in}

