Merge chapters 1.6 and 1.7 [closes #47]

This commit is contained in:
Antti H S Laaksonen 2017-04-23 10:15:34 +03:00
parent 1aa79e7c61
commit 335b28a438
1 changed files with 2 additions and 6 deletions

View File

@ -847,7 +847,7 @@ For example, the representation of
$123$ in base $2$ is 1111011 and $123$ in base $2$ is 1111011 and
$\lfloor \log_2(123)+1 \rfloor = 7$. $\lfloor \log_2(123)+1 \rfloor = 7$.
\section{Contests} \section{Contests and resources}
\subsubsection{IOI} \subsubsection{IOI}
@ -931,9 +931,7 @@ Google Code Jam and Yandex.Algorithm.
Of course, companies also use those contests for recruiting: Of course, companies also use those contests for recruiting:
performing well in a contest is a good way to prove one's skills. performing well in a contest is a good way to prove one's skills.
\section{Resources} \subsubsection{Books}
\subsubsection{Competitive programming books}
There are already some books (besides this book) that There are already some books (besides this book) that
concentrate on competitive programming and algorithmic problem solving: concentrate on competitive programming and algorithmic problem solving:
@ -950,8 +948,6 @@ the University of Warsaw Programming Competitions} \cite{dik12}
The first two books are intended for beginners, The first two books are intended for beginners,
whereas the last book contains advanced material. whereas the last book contains advanced material.
\subsubsection{General algorithm books}
Of course, general algorithm books are also suitable for Of course, general algorithm books are also suitable for
competitive programmers. competitive programmers.
Some popular books are: Some popular books are: