forked from CodechefChapter-IITP/Codechef-Chapter-IITP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathques.html
More file actions
277 lines (255 loc) · 14.1 KB
/
ques.html
File metadata and controls
277 lines (255 loc) · 14.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>IITPCHEF</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/lightbox.css" rel="stylesheet">
<link href="css/verb.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link id="css-preset" href="css/presets/preset1.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link rel="stylesheet" href="css/timeline.css">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="images/favicon.ico">
</head><!--/head-->
<body>
<!--.preloader-->
<div class="preloader"> <i class="fa fa-circle-o-notch fa-spin"></i></div>
<!--/.preloader-->
<header id="home">
<div id="home-slider" class="carousel slide carousel-fade" >
<div class="carousel-inner">
<div class="item active" style="background-image: url(images/cp.jpg)">
<div class="caption">
<h2 class="typed-container"><span class="typed">IIT Patna in association with </span></h2>
<img src="images/loogo.png" class="animated loogo fadeInLeftBig">
<h1 class="animated " style="color: #8B4513; text-shadow: 3px 3px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;">Presents</h1>
<h2 class="typed-container"><span class="typed" >A Complete Ladder to</span></h2>
<h1 class="animated " style="color: #8B4513; text-shadow: 3px 3px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;">Competitive Programming</h1>
</div>
</div>
</div>
</div><!--/#home-slider-->
<div class="main-nav">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" style="text-align: center;">
<ul class="nav navbar-nav navbar-right">
<li class="scroll active"><a href="#home">Home</a></li>
<li class="scroll"><a href="#about-us">Get Started</a></li>
<li class="scroll"><a href="#services">Ladder 1</a></li>
<li class="scroll"><a href="#blog">Ladder 2</a></li>
<li class="scroll"><a href="#portfolio">Ladder 3</a></li>
<li class="scroll"><a href="#timelin">Ladder 4</a></li>
<li class="scroll"><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div><!--/#main-nav-->
</header><!--/#home-->
<div style="background: #BDA782;" >
<section id="about-us" class="parallax" style="background: #BDA782;">
<div class="container" id="bord">
<div class="row shad" style="padding-right: 20px; padding-left: 20px;">
<div class="col-sm-2">
<i class="fa fa-play wow zoomIn" aria-hidden="true" style="font-size: 100px; padding-top: 40px; padding-left: 20px;"></i>
</div>
<div class="col-sm-10">
<div class="about-info wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="300ms">
<h1 id="bigg">Get Started</h1>
<h3>Welcome to the world of competitive programming...</h3>
<h3>Competitive Programming is a sport, I mean literally. Take any sport, let’s consider cricket for that matter, you walk in to bat for the first time. Swing and a miss, do it couple of times and you’ll eventually hit one over the ropes. Now, consider a programming contest as a game of cricket, metaphorically. Compile a code and submit, you may get a WA (Wrong Answer). Make changes to code and eventually you will get your first AC (Accepted/Correct Answer). Let me give you a sneak peek, about 20% of questions in a programming contest are simple conversion of plain english to a code of your favourite programming language.</h3>
<h3>Walk right into it, you will learn the unwritten rules of the game as you play harder and get better. And believe me, you don’t need to know any “fancy name” algorithm or data-structure to get started. Ever heard of “Waft shot”, yet you’re the best batsman in your street, right?</h3>
</div>
</div>
</div>
</div>
</section><!--/#about-us-->
<section id="services" class="parallax">
<div class="container">
<div class="row shad">
<div class="col-sm-2">
<i class="fa fa-bicycle wow fadeInRightBig" aria-hidden="true" style="font-size: 100px; padding-top: 40px; padding-left: 20px;"></i>
</div>
<div class="col-sm-10">
<div class="about-info wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="300ms">
<h1 id="bigg">Ladder 1</h1>
<h3>This is the beginner level...</h3>
<h3>All you require is an intermediate hold on a programming language, some basic mathematics and a little knowledge of search algorithms!!</h3>
</div>
</div>
</div>
<div class="load-more wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="500ms">
<a href="questions/level1.html" class="btn-loadmore">Start Ladder 1</a>
</div>
</div>
</section>
<section id="blog" class="parallax">
<div class="container">
<div class="row shad">
<div class="col-sm-2">
<i class="fa fa-motorcycle wow fadeInLeftBig" aria-hidden="true" style="font-size: 100px; padding-top: 40px; padding-left: 20px;"></i>
</div>
<div class="col-sm-10">
<div class="about-info wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="300ms">
<h1 id="bigg">Ladder 2</h1>
<h3>Now you’re ready to take on some real challenge. Hold tight, we are diving deeper.</h3>
<h3>Prerequisite for this level:
<ul>
<li>Sorting algorithms.</li>
<li>Greedy algorithmic paradigm.</li>
</ul></h3>
<h3>More importantly, you have to figure out what, when and where to apply them. It gets really tricky now.</h3>
<h3>It's recommended to go through the resources provided.</h3>
</div>
</div>
</div>
<div class="load-more wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="500ms">
<a href="questions/level2.html" class="btn-loadmore">Start Ladder 2</a>
</div>
</div>
</section>
<section id="portfolio" class="parallax">
<div class="container">
<div class="row shad">
<div class="col-sm-2">
<i class="fa fa-car wow fadeInDownBig" aria-hidden="true" style="font-size: 100px; padding-top: 40px; padding-left: 20px;"></i>
</div>
<div class="col-sm-10">
<div class="about-info wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="300ms">
<h1 id="bigg">Ladder 3</h1>
<h3>By now you’ve realised that the questions are framed to deceive the way we think. Sometimes, If you convert plain english to code, you’d end up with TLE (Time Limit Exceeded) verdict. You need to learn a set of new techniques and algorithms to cope up with the time limits. In certain cases, Dynamic Programming (DP) comes to the rescue. Infact, you might have already intuitively used this technique. There’s always atleast one question in any contest that can be solved by DP.
<p>Also, you’d have noticed that there are questions that just can’t solved by linear array data-structures.</p></h3>
<h3>Prerequisite for this level:
<ul>
<li>Dynamic Programming Paradigm</li>
<li>Basic Data Structures</li>
<li>Standard Template Library</li>
</ul></h3>
<h3>These data-structures will get you quite far enough. Moreover, you’d have figured that the real art is to modify the techniques you know in order to solve a question. All Easy-Medium and Medium level questions can be tackled in this fashion.</h3>
</div>
</div>
</div>
<div class="load-more wow fadeInDown" data-wow-duration="1000ms" data-wow-delay="500ms">
<a href="questions/level3.html" class="btn-loadmore">Start Ladder 3</a>
</div>
</div>
</section>
<section id="timelin" class="parallax">
<div class="container">
<div class="row shad">
<div class="col-sm-2">
<i class="fa fa-plane wow fadeInUpBig" aria-hidden="true" style="font-size: 100px; padding-top: 40px; padding-left: 20px;"></i>
</div>
<div class="col-sm-10">
<div class="about-info wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="300ms">
<h1 id="bigg">Ladder 4</h1>
<h3>You are all set to top the leaderboards of Short Programming Challenges, just keep steady persistence. As I’ve already mentioned, it’s a sport, you won’t master it until you actually do it. Go ahead, participate in a short contest, know your strengths, weaknesses and see how you handle the adrenaline mode when the clock is ticking.</h3>
<h3>Prerequisite for this level:
<ul>
<li>Graph Theory.</li>
<li>String Algorithms</li>
</ul></h3>
<h3>Stick to your own logic as long as possible, you’ll eventually come up with something similar to the algorithm required to solve the question. You just need to brush it up. </h3>
</div>
</div>
</div>
<div class="load-more wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="500ms">
<a href="questions/level4.html" class="btn-loadmore">Start Ladder 4</a>
</div>
</div>
</section>
<section id="contact">
<div id="contact-us" class="parallax" style="padding-bottom: 20px; padding-top: 40px;">
<div class="container">
<div class="contact-form wow fadeIn" data-wow-duration="1000ms" data-wow-delay="600ms">
<div class="row">
<!--<div class="col-sm-4">
<div class="load-more wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="500ms">
<a href="team.html" class="btn-loadmore">Collab Us</a>
</div>
</div>
<div class="col-sm-4">
<div class="load-more wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="500ms">
<a href="team.html" class="btn-loadmore">Contact Us</a>
</div>
</div>-->
<div class="col-sm-12" style="padding-left: 40px; font-size:2rem;">
<div class="contact-info wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="300ms">
<ul class="address" style="list-style-position: inside;">
<li><i class="fa fa-phone" style="padding-bottom: 10px;"></i> +91-8585992062 </li>
<li><i class="fa fa-envelope" style="padding-bottom: 10px;"></i> <a href="mailto:chef@iitp.ac.in"> codechef@iitp.ac.in</a></li>
<li><i class="fa fa-facebook-square" style="padding-bottom: 10px;"></i><a href="https://www.facebook.com/IITPCHEF/"> Facebook</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!--/#contact-->
<footer id="footer">
<div class="footer-bottom">
<div class="container">
<div class="row">
<div class="col-sm-6">
<p>© COPYRIGHT || IITPCHEF </p>
</div>
<div class="col-sm-6">
<p class="pull-right">Designed by <a href="https://www.facebook.com/profile.php?id=100005422239142"; target="_blank">Villion</a></p>
</div>
</div>
</div>
</div>
</footer>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/typeit@5.10.1/dist/typeit.min.js"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script>
<script type="text/javascript" src="js/jquery.inview.min.js"></script>
<script type="text/javascript" src="js/wow.min.js"></script>
<script type="text/javascript" src="js/mousescroll.js"></script>
<script type="text/javascript" src="js/smoothscroll.js"></script>
<script type="text/javascript" src="js/jquery.countTo.js"></script>
<script type="text/javascript" src="js/lightbox.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="js/verb.js"></script>
<script type="text/javascript" src="js/timeline.js"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/hammer.js/2.0.8/hammer.min.js'></script>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '354804201733872',
autoLogAppEvents : true,
xfbml : true,
version : 'v2.12'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="fb-customerchat" page_id="501083587077484"></div>
</body>
</html>