Draft February 2017
This commit is contained in:
parent
74f11020b9
commit
d4ea994907
25
johdanto.tex
25
johdanto.tex
|
@ -9,18 +9,25 @@ know the basics of programming, but previous
|
||||||
background on competitive programming is not needed.
|
background on competitive programming is not needed.
|
||||||
|
|
||||||
The book is especially intended for
|
The book is especially intended for
|
||||||
secondary school students who want to learn
|
students who want to learn algorithms and
|
||||||
algorithms and possibly participate in
|
possibly participate in
|
||||||
the International Olympiad in Informatics (IOI).
|
the International Olympiad in Informatics (IOI) or
|
||||||
The book is also suitable for university students
|
the International Collegiate Programming Contest (ICPC).
|
||||||
and anybody else interested in competitive programming.
|
Of course, the book is also suitable for
|
||||||
|
anybody else interested in competitive programming.
|
||||||
|
|
||||||
It takes a long time to become a good competitive
|
It takes a long time to become a good competitive
|
||||||
programmer, but it is also an opportunity to learn a lot.
|
programmer, but it is also an opportunity to learn a lot.
|
||||||
You can be sure that you will learn a great deal
|
You can be sure that you will get
|
||||||
about algorithms if you spend time reading the book
|
a good general understanding of algorithms
|
||||||
and solving problems.
|
if you spend time reading the book,
|
||||||
|
solving problems and taking part in contests.
|
||||||
|
|
||||||
The book is under continuous development.
|
The book is under continuous development.
|
||||||
You can always send feedback about the book to
|
You can always send feedback on the book to
|
||||||
\texttt{ahslaaks@cs.helsinki.fi}.
|
\texttt{ahslaaks@cs.helsinki.fi}.
|
||||||
|
|
||||||
|
\begin{flushright}
|
||||||
|
Helsinki, February 2017 \\
|
||||||
|
Antti Laaksonen
|
||||||
|
\end{flushright}
|
4
kkkk.tex
4
kkkk.tex
|
@ -1,6 +1,6 @@
|
||||||
\documentclass[twoside,12pt,a4paper,english]{book}
|
\documentclass[twoside,12pt,a4paper,english]{book}
|
||||||
|
|
||||||
%\includeonly{luku30}
|
%\includeonly{johdanto}
|
||||||
|
|
||||||
\usepackage[english]{babel}
|
\usepackage[english]{babel}
|
||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
\lstset{aboveskip=12pt,belowskip=8pt}
|
\lstset{aboveskip=12pt,belowskip=8pt}
|
||||||
|
|
||||||
|
|
||||||
\date{\Large \today}
|
\date{Draft February 2017}
|
||||||
|
|
||||||
\usepackage[a4paper,vmargin=30mm,hmargin=33mm,footskip=15mm]{geometry}
|
\usepackage[a4paper,vmargin=30mm,hmargin=33mm,footskip=15mm]{geometry}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue