New PDF
This commit is contained in:
parent
24b9a4a627
commit
88010108d4
39
kirj.tex
39
kirj.tex
|
@ -5,6 +5,16 @@
|
||||||
\emph{Data Structures and Algorithms},
|
\emph{Data Structures and Algorithms},
|
||||||
Addison-Wesley, 1983.
|
Addison-Wesley, 1983.
|
||||||
|
|
||||||
|
\bibitem{ahu91}
|
||||||
|
R. K. Ahuja and J. B. Orlin.
|
||||||
|
Distance directed augmenting path algorithms for maximum flow and parametric maximum flow problems.
|
||||||
|
\emph{Naval Research Logistics}, 38(3):413--430, 1991.
|
||||||
|
|
||||||
|
\bibitem{and79}
|
||||||
|
A. M. Andrew.
|
||||||
|
Another efficient algorithm for convex hulls in two dimensions.
|
||||||
|
\emph{Information Processing Letters}, 9(5):216--219, 1979.
|
||||||
|
|
||||||
\bibitem{asp79}
|
\bibitem{asp79}
|
||||||
B. Aspvall, M. F. Plass and R. E. Tarjan.
|
B. Aspvall, M. F. Plass and R. E. Tarjan.
|
||||||
A linear-time algorithm for testing the truth of certain quantified boolean formulas.
|
A linear-time algorithm for testing the truth of certain quantified boolean formulas.
|
||||||
|
@ -15,6 +25,11 @@
|
||||||
On a routing problem.
|
On a routing problem.
|
||||||
\emph{Quarterly of Applied Mathematics}, 16(1):87--90, 1958.
|
\emph{Quarterly of Applied Mathematics}, 16(1):87--90, 1958.
|
||||||
|
|
||||||
|
\bibitem{ben00}
|
||||||
|
M. A. Bender and M. Farach-Colton.
|
||||||
|
The LCA problem revisited. In
|
||||||
|
\emph{Latin American Symposium on Theoretical Informatics}, 88--94, 2000.
|
||||||
|
|
||||||
\bibitem{ben86}
|
\bibitem{ben86}
|
||||||
J. Bentley.
|
J. Bentley.
|
||||||
\emph{Programming Pearls}.
|
\emph{Programming Pearls}.
|
||||||
|
@ -101,6 +116,22 @@
|
||||||
A method for the construction of minimum-redundancy codes.
|
A method for the construction of minimum-redundancy codes.
|
||||||
\emph{Proceedings of the IRE}, 40(9):1098--1101, 1952.
|
\emph{Proceedings of the IRE}, 40(9):1098--1101, 1952.
|
||||||
|
|
||||||
|
\bibitem{icpc}
|
||||||
|
The ACM-ICPC International Collegiate Programming Contest,
|
||||||
|
\url{https://icpc.baylor.edu/}
|
||||||
|
|
||||||
|
\bibitem{ioi}
|
||||||
|
International Olympiad in Informatics -- Official site,
|
||||||
|
\url{http://www.ioinformatics.org/}
|
||||||
|
|
||||||
|
\bibitem{iois}
|
||||||
|
International Olympiad in Informatics -- Statistics,
|
||||||
|
\url{http://stats.ioinformatics.org/}
|
||||||
|
|
||||||
|
\bibitem{ioiy}
|
||||||
|
MisoF's IOI Syllabus page,
|
||||||
|
\url{https://people.ksp.sk/~misof/ioi-syllabus/}
|
||||||
|
|
||||||
\bibitem{kar87}
|
\bibitem{kar87}
|
||||||
R. M. Karp and M. O. Rabin.
|
R. M. Karp and M. O. Rabin.
|
||||||
Efficient randomized pattern-matching algorithms.
|
Efficient randomized pattern-matching algorithms.
|
||||||
|
@ -121,16 +152,14 @@
|
||||||
On the shortest spanning subtree of a graph and the traveling salesman problem.
|
On the shortest spanning subtree of a graph and the traveling salesman problem.
|
||||||
\emph{Proceedings of the American Mathematical Society}, 7(1):48--50, 1956.
|
\emph{Proceedings of the American Mathematical Society}, 7(1):48--50, 1956.
|
||||||
|
|
||||||
\bibitem{ben00}
|
|
||||||
M. A. Bender and M. Farach-Colton.
|
|
||||||
The LCA problem revisited. In
|
|
||||||
\emph{Latin American Symposium on Theoretical Informatics}, 88--94, 2000.
|
|
||||||
|
|
||||||
\bibitem{mai84}
|
\bibitem{mai84}
|
||||||
M. G. Main and R. J. Lorentz.
|
M. G. Main and R. J. Lorentz.
|
||||||
An $O(n \log n)$ algorithm for finding all repetitions in a string.
|
An $O(n \log n)$ algorithm for finding all repetitions in a string.
|
||||||
\emph{Journal of Algorithms}, 5(3):422--432, 1984.
|
\emph{Journal of Algorithms}, 5(3):422--432, 1984.
|
||||||
|
|
||||||
|
\bibitem{main}
|
||||||
|
Młodzieżowa Akademia Informatyczna (MAIN),
|
||||||
|
\url{http://main.edu.pl/en}
|
||||||
|
|
||||||
\bibitem{pac13}
|
\bibitem{pac13}
|
||||||
J. Pachocki and J. Radoszweski.
|
J. Pachocki and J. Radoszweski.
|
||||||
|
|
2
kkkk.tex
2
kkkk.tex
|
@ -1,6 +1,6 @@
|
||||||
\documentclass[twoside,12pt,a4paper,english]{book}
|
\documentclass[twoside,12pt,a4paper,english]{book}
|
||||||
|
|
||||||
\includeonly{luku18,kirj}
|
%\includeonly{luku01,kirj}
|
||||||
|
|
||||||
\usepackage[english]{babel}
|
\usepackage[english]{babel}
|
||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
|
|
Loading…
Reference in New Issue