Mazdak Farrokhzad edited stuff.tex  about 10 years ago

Commit id: d38fdd46f723ad8e314ed52538b67fa7c7667d61

deletions | additions      

       

\usepackage{tikz}  \usepackage{pgfplots}  \usepackage{filecontents}  \usepackage{listings}  \begin{document} 

\section{The algorithm}  The algorithm is as follows:  \begin{verbatim} \begin{lstlisting}  prime: array [1..n] of boolean = all true for p in 2..sqrt(n) loop  if prime[p] then  m = p*p 

end loop  end if  end loop  \end{verbatim} \end{lstlisting}  \section{Solving the sums, mathematical correct estimate}