-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCP.html
191 lines (191 loc) · 9.46 KB
/
CP.html
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>IIIt Agartala</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="assets/iiitLogo2L.png" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap" rel="stylesheet">
<!-- CSS only -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
>
<link rel="stylesheet" href="styles/nav-bar.css">
<link rel="stylesheet" href="styles/footer.css">
<link rel="stylesheet" href="styles/CP.css">
</head>
<body class="CP">
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<nav class="navbar fixed-top mb-0 navbar-expand-sm navbar-light">
<div class="container">
<a href="home.html" class="navbar-brand">IIIT AGARTALA</a>
<button
class="navbar-toggler"
data-bs-toggle="collapse"
data-bs-target="#toggleMobileMenu"
aria-controls="toggleMobileMenu"
aria-expanded="false"
aria-table="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="toggleMobileMenu">
<ul class="navbar-nav ms-auto">
<li>
<a class="nav-link" href="aboutUs.html">About Us</a>
</li>
<li>
<a class="nav-link" href="CP.html">CP</a>
</li>
<li>
<a class="nav-link" href="webDev.html">Web Dev</a>
</li>
<li>
<a class="nav-link" href="appDev.html">App Dev</a>
</li>
<li>
<a class="nav-link" href="ML.html"> ML</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="content">
<span class="header">Welcome to Competitive Programming Journey</span>
<span class="content-text">Hello coder, select your tool and lets start your battle.</span>
<div class="row justify-content-center">
<span class="title">Array</span>
<div class="col-lg-4 col-sm-12 info">
<span>Execises</span>
<span>
<ul>
<li>
<a href="https://www.codechef.com/problems/LECANDY/">Little Elephant and Candles</a>
</li>
<li>
<a href="https://www.codechef.com/problems/ARRPROB ">The Array Problem</a>
</li>
<li>
<a href="https://www.codechef.com/problems/ESY2">Simple Array</a>
</li>
<li>
<a href="https://www.codechef.com/problems/ESY2">Permuted Array Problem</a>
</li>
<li>
<a href="https://www.geeksforgeeks.org/maximum-and-minimum-in-an-array/">Find the Maximum and mimimum element</a>
</li>
<li>
<a href="https://www.hackerrank.com/challenges/arrays-introduction/problem ">Array-introduction</a>
</li>
<li>
<a href="https://www.hackerrank.com/challenges/1d-arrays-in-c/problem ">Array Elements Sum</a>
</li>
</ul>
</span>
</div>
<div class="col-lg-8 col-sm-12 info">
<iframe
src="https://www.youtube-nocookie.com/embed/videoseries?list=PLgaOsON4aFQbrNPVLMuK_CxxwUTeiE7F9"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
</div>
<div class="row justify-content-center">
<span class="title">String</span>
<div class="col-lg-7 col-sm-12 info">
<iframe
src="https://www.youtube-nocookie.com/embed/videoseries?list=PLgaOsON4aFQY3DfxRQCMGQE9J8T3kYkhC"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
<div class="col-lg-5 col-sm-12 info">
<span>Execises</span>
<span>
<ul>
<li>
<a href="https://www.codechef.com/problems/LONGSEQ">Chef and digits of a number</a>
</li>
<li>
<a href="https://www.codechef.com/problems/TWOSTR">Chef and the Wildcard Matching</a>
</li>
<li>
<a href="https://www.codechef.com/problems/CHEFSTLT">Chef and Two Strings</a>
</li>
<li>
<a href="https://www.codechef.com/problems/SNAKPROC">Snake Procession</a>
</li>
<li>
<a href="https://www.codechef.com/problems/ALPHABET">Studying Alphabet</a>
</li>
<li>
<a href=" https://www.codechef.com/problems/CHN09">Malvika is peculiar about color of balloons</a>
</li>
<li>
<a href="https://www.codechef.com/problems/FRGTNLNG">Forgotten Language</a>
</li>
<li>
<a href="https://www.codechef.com/problems/CLFIBD">Fibonacci String</a>
</li>
<li>
<a href="https://www.codechef.com/problems/PAWRI ">Pawri Meme</a>
</li>
<li>
<a href="https://www.codechef.com/problems/DIFSTR">Different String</a>
</li>
<li>
<a href=" https://www.hackerrank.com/challenges/c-tutorial-strings/problem ">Strings</a>
</li>
<li>
<a href="https://www.hackerrank.com/challenges/c-tutorial-stringstream/problem">String Stream</a>
</li>
</ul>
</span>
</div>
</div>
</div>
<div class="footer">
<span>Send Your Query Here</span>
<span>
<form>
<div class="form-group col-lg-12">
<input
id="emailInput"
type="email"
class="form-control"
placeholder="Enter Name"
>
<textarea
class="form-control"
id="messageInput"
rows="3"
placeholder="Enter you Message"
></textarea>
</div>
</form>
</span>
<span>© IIIT AGARTALA STUDENT PAGE 2021</span>
</div>
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<script src="" async defer></script>
</body>
</html>