Skip to content

Commit 74cca58

Browse files
committed
Made structure and update icpc.tex
1 parent 381c515 commit 74cca58

File tree

8 files changed

+52
-51
lines changed

8 files changed

+52
-51
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
aux_latex

aux_latex/talk.log

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian) (preloaded format=pdflatex 2018.10.12) 17 JAN 2019 00:44
1+
This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian) (preloaded format=pdflatex 2018.10.12) 17 JAN 2019 01:44
22
entering extended mode
33
restricted \write18 enabled.
44
%&-line parsing enabled.
@@ -1441,26 +1441,26 @@ line 131.
14411441
\tf@snm=\write8
14421442
\openout8 = `talk.snm'.
14431443

1444-
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 215.
1445-
Package atveryend Info: Empty hook `AfterLastShipout' on input line 215.
1444+
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 216.
1445+
Package atveryend Info: Empty hook `AfterLastShipout' on input line 216.
14461446
(aux_latex/talk.aux)
1447-
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 215.
1448-
Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 215.
1447+
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 216.
1448+
Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 216.
14491449
Package rerunfilecheck Info: File `talk.out' has not changed.
14501450
(rerunfilecheck) Checksum: <no file>.
14511451

14521452

14531453
LaTeX Font Warning: Size substitutions with differences
14541454
(Font) up to 1.0pt have occurred.
14551455

1456-
Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 215.
1456+
Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 216.
14571457
)
14581458
Here is how much of TeX's memory you used:
1459-
22619 strings out of 493029
1460-
452614 string characters out of 6136233
1461-
523064 words of memory out of 5000000
1462-
25590 multiletter control sequences out of 15000+600000
1463-
11111 words of font info for 42 fonts, out of 8000000 for 9000
1459+
22621 strings out of 493029
1460+
452639 string characters out of 6136233
1461+
523065 words of memory out of 5000000
1462+
25591 multiletter control sequences out of 15000+600000
1463+
11416 words of font info for 43 fonts, out of 8000000 for 9000
14641464
1141 hyphenation exceptions out of 8191
14651465
56i,16n,82p,411b,606s stack positions out of 5000i,500n,10000p,200000b,80000s
14661466
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb></us
@@ -1470,10 +1470,10 @@ e/texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfb></usr/share/texlive/texmf-
14701470
dist/fonts/type1/public/amsfonts/cm/cmss10.pfb></usr/share/texlive/texmf-dist/f
14711471
onts/type1/public/amsfonts/cm/cmss12.pfb></usr/share/texlive/texmf-dist/fonts/t
14721472
ype1/public/amsfonts/cm/cmss8.pfb></usr/share/texlive/texmf-dist/fonts/type1/pu
1473-
blic/amsfonts/cm/cmssi12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/
1473+
blic/amsfonts/cm/cmssi17.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/
14741474
amsfonts/cm/cmsy10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfon
14751475
ts/symbols/msam10.pfb>
1476-
Output written on aux_latex/talk.pdf (16 pages, 199935 bytes).
1476+
Output written on aux_latex/talk.pdf (16 pages, 199957 bytes).
14771477
PDF statistics:
14781478
607 PDF objects out of 1000 (max. 8388607)
14791479
557 compressed objects within 6 object streams

icpc.pdf

30.7 KB
Binary file not shown.

icpc.tex

+36-37
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,21 @@
7979
\usepackage{graphicx} % Allows including images
8080
\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables
8181
\usepackage{amsmath}
82+
\graphicspath{{talk_images/}}
83+
8284
%----------------------------------------------------------------------------------------
8385
% TITLE PAGE
8486
%----------------------------------------------------------------------------------------
8587

8688
\title[ACM ICPC Boot Camp]{ACM ICPC Boot Camp} % The short title appears at the bottom of every slide, the full title is only on the title page
87-
88-
\author{Mohit, Rahul, Umang, Sanket} % Your name
89-
\institute[IITB] % Your institution as it will appear on the bottom of every slide, may be shorthand to save space
89+
\author{Ankesh Gupta}
90+
\institute[IITD]
9091
{
91-
IIT Bombay \\ % Your institution for the title page
92+
IIT Delhi \\ % Your institution for the title page
93+
Credits: Adapted from IIT Bombay Slides
9294
}
95+
% \email{[email protected]}%
96+
% \author{Adapted from IIT Bombay Slides}
9397
\date{\today} % Date, can be changed to a custom date
9498

9599
\begin{document}
@@ -103,37 +107,33 @@
103107
\frametitle{What is ACM ICPC?}
104108
\begin{itemize}
105109
\item ICPC stands for Inter-Collegiate Programming Contest,
106-
conducted by ACM.
107-
\item It is the most prestigious college level programming contest.
108-
\item Important Contest Dates :
110+
conducted by ACM
111+
\item It is the most prestigious college level programming contest
112+
\item 3 stages - Online, Onsite(regionals), World Finals
113+
\item Online round has ~3500 teams participating
114+
\item India conducts 4-5 regionals(this year 4)
109115
\end{itemize}
110-
\begin{table}
111-
\begin{tabular}{l l l l}
112-
\toprule
113-
\textbf{} & \textbf{Amritapuri} & \textbf{IIT Kharagpur} & \textbf{IIT Kanpur}\\
114-
\midrule
115-
Online Date & October 27 & October 19 & November 2 \\
116-
Onsite Date & December 18-19 & December 12-13 & December 14-15 \\
117-
Last Reg Date & October 26 & September 29 & October 26 \\
118-
Ol Rd Platform & hackerrank & codechef & codechef \\
119-
\bottomrule
120-
\end{tabular}
121-
\end{table}
122-
123116
\end{frame}
124117

125118
%------------------------------------------------
126119

120+
\begin{frame}
121+
\begin{figure}[!htb]
122+
\centering
123+
\includegraphics[width=0.8\textwidth]{this_year_stats.png}
124+
\end{figure}
125+
\end{frame}
126+
127127
\begin{frame}
128128
\frametitle{How to Participate?}
129129
\begin{itemize}
130130

131131
\item Teams of 3.
132132
\item Each team should have a coach, who must be a professor.
133133
\item The coach registers the team for the online round.
134-
\item Typically 4 to 5 teams qualify from the institute in the
135-
online(first) round.
136-
\item Registration has already started. Check previous slides for details.
134+
\item Typically 2-3 teams qualify from the institute per regional after online round.
135+
\item Preference given to maximise number of distinct colleges at a regional.
136+
% \item Registration has already started. Check previous slides for details.
137137
\end{itemize}
138138
\end{frame}
139139

@@ -202,7 +202,7 @@ \section{Second Section}
202202
$10^8$ & O(n)\\
203203
$10^5$ & O(nlogn)\\
204204
$10^4$ & O($n^2$)\\
205-
$10^{16}$ & O($\sqrt{n}$)\\
205+
$10^{16}$ & O($\sqrt{n}$),O(nlogn)\\
206206
\bottomrule
207207
\end{tabular}
208208
\end{table}
@@ -245,8 +245,8 @@ \section{Second Section}
245245
\item Time Limit Exceeded
246246
\item Memory Limit Exceeded
247247
\item Wrong Answer
248-
\item You should be familiar with these errors before attempting a contest.
249-
\item Appropriate penalties are put for every erroneous solution.
248+
\item You should be familiar with these errors before attempting a contest
249+
\item Appropriate penalties are put for every erroneous solution
250250
\end{itemize}
251251
\end{frame}
252252

@@ -257,8 +257,8 @@ \section{Second Section}
257257
\frametitle{Programming Style}
258258
\begin{itemize}
259259
\item C, C++, Java is allowed in all contests. So preferably practice
260-
in only these.
261-
\item Using templates can ease your job during a contest.
260+
in only these
261+
\item Using templates can ease your job during a contest
262262
\item Be aware! Corner cases can get tricky!
263263
\item Be careful about the output format; take care in removing
264264
stray outputs.
@@ -307,22 +307,21 @@ \section{Second Section}
307307
\begin{frame}
308308
\frametitle{Where and How to Practice?}
309309
\begin{itemize}
310-
\item TopCoder Tutorials, Start from Div2 problems which are basic and then proceed as per your speed. Try participating in SRM's.
311-
\item Hackerrank is a new platform with a good interface and problems escalating from simple to difficult.
312-
\item Codechef cookoff (monthly contest) and long contests should be tried.
313-
\item SPOJ solutions are not easy to find so you might want to give a try to other available resources before attempting these.
314-
\item We will mail you the important tutorials from topcoder which you should definitely read apart from others.
310+
\item Codeforces div3, div2, educational rounds, div1
311+
\item Codechef cookoff (monthly contest) and long contests should be tried
312+
\item SPOJ solutions are not easy to find but lots of discussion available online for same
313+
\item Hackerearth, Hackerrank - simple platform with a good interface and problems escalating from simple to difficult
315314
\end{itemize}
316315
\end{frame}
317316

318317
%------------------------------------------------
319318
\begin{frame}
320319
\frametitle{Success is team work}
321320
\begin{itemize}
322-
\item Knowing who does what best can help in planning.
323-
\item Try forming a team with people having different strengths.
324-
\item Cross check your teammate’s solution for higher accuracy before submitting.
325-
\item Ensure that all three are not stuck on the same problem. Start attacking different problems.
321+
\item Knowing who does what best can help in planning
322+
\item Try forming a team with people having different strengths
323+
\item Cross check your teammate’s solution for higher accuracy before submitting
324+
\item Ensure that all three are not stuck on the same problem. Start attacking different problems
326325
\item Stay cool! Don’t panic! :)
327326
\end{itemize}
328327
\end{frame}
File renamed without changes.

talk.pdf

22 Bytes
Binary file not shown.

talk.tex

+2-1
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,9 @@ \section{Closing Remarks}
202202
\end{frame}
203203

204204
\begin{frame}{}
205-
\centering \Large
205+
\centering \Huge
206206
\emph{Thank You!\\}
207+
\Huge
207208
\emph{Questions?}
208209
\end{frame}
209210
% \begin{frame}

talk_images/this_year_stats.png

41.3 KB
Loading

0 commit comments

Comments
 (0)