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
$\lfloor \log_2(123)+1 \rfloor = 7$.
\section{Contests}
\section{Contests and resources}
\subsubsection{IOI}
@ -931,9 +931,7 @@ Google Code Jam and Yandex.Algorithm.
Of course, companies also use those contests for recruiting:
performing well in a contest is a good way to prove one's skills.
\section{Resources}
\subsubsection{Competitive programming books}
\subsubsection{Books}
There are already some books (besides this book) that
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,
whereas the last book contains advanced material.
\subsubsection{General algorithm books}
Of course, general algorithm books are also suitable for
competitive programmers.
Some popular books are: