%% This LaTeX-file was created by <jl> Wed Mar 18 13:35:37 1998
%% LyX 0.12 (C) 1995-1998 by Matthias Ettrich and the LyX Team

%% Do not edit this file unless you know what you are doing.
\documentclass{article}
\usepackage[T1]{fontenc}

\makeatletter


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
\newcommand{\LyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\spacefactor1000}

\makeatother

\begin{document}

day 19 3/18/98 ``I think you can just say it's obvious.''

This is a review day.


\section{growth functions}

\begin{itemize}
\item \( log(m)\leq log(n^{2})=2*log(n)=O(log(n)) \) 
\item An algorithm with running time \( 2^{c\sqrt{n}} \) run \( 2^{d\sqrt{n}} \) has running time \( 2^{(d+c)\sqrt{n}}=O(2^{\sqrt{n}}) \)
\end{itemize}
\end{document}
