-
Notifications
You must be signed in to change notification settings - Fork 2
/
cp.html
226 lines (195 loc) · 10.7 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
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="logo.png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<title>RetroCoders</title>
</head>
<body class=" text-white bg-dark">
<nav class="navbar navbar-expand-lg fixed-top navbar-dark bg-dark">
<div class="container-fluid">
<img src="logo.png" class="img-fluid rounded-circle" style="width: 40px; height: 40px;" alt="logo">
<a class="navbar-brand text-success ms-1" href="#">RetroCoders</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="cover.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Blog</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle active" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Dropdown
</a>
<ul class="dropdown-menu dropdown-menu-dark" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Competitive Programming</a></li>
<li><a class="dropdown-item" href="ctf.html">Capture The Flag</a></li>
</ul>
</li>
</ul>
<form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
</div>
</div>
</nav>
<div class="p-4 mb-4 text-light bg-dark rounded pt-5 ps-5">
<h1 class="fst-italic text-center text-decoration-underline">Competitive Programming</h1>
<img src="header4.jpg" class="img-fluid mt-3 round" alt="Competitive Programming">
</div>
<main clss="container-fluid bg-dark">
<div class="row g-5 ms-auto">
<div class="col-md-8">
<h3 class="pb-4 mb-4 fst-italic border-bottom">
From RetroCoders
</h3>
<article class="blog-post">
<h2 class="blog-post-title">Competitive Programming</h2>
<p class="blog-post-meta">July 23, 2021 by <a href="#">farhan</a></p>
<blockquote>
<p>Competitive programming is a mind sport usually held over the Internet or a local network,
involving participants trying to program according to provided specifications. Competitive
programing helps you to enhance your porgramming and logic building skills. This page
provide you past competition's questions from different platforms.</p>
<table class="table table-sm text-light table-responsive ">
<thead>
<tr>
<th>No.</th>
<th>Question</th>
<th>Rating</th>
<th>Platform</th>
</tr>
</thead>
<tbody>
<tr>
<td>01</td>
<td><a href="https://codeforces.com/problemset/problem/4/A">Watermelon</a></td>
<td>800, Brute Force, Math</td>
<td>Codeforces</td>
</tr>
<tr>
<td>02</td>
<td><a href="https://codeforces.com/problemset/problem/9/A">Dice Roll</a></td>
<td>800, Brute Force, Probablities</td>
<td>Codeforces</td>
</tr>
<tr>
<td>03</td>
<td><a href="https://codeforces.com/problemset/problem/16/A">Flag</a></td>
<td>800, Implementation </td>
<td>Codeforces</td>
</tr>
<tr>
<td>04</td>
<td><a href="https://www.codechef.com/problems/FLOW006">Sum Of Digits</a></td>
<td>Begineer</td>
<td>Codechef</td>
</tr>
<tr>
<td>05</td>
<td><a href="https://www.codechef.com/problems/FCTRL2">Small factorial</a></td>
<td>Beginner</td>
<td>Codechef</td>
</tr>
<tr>
<td>06</td>
<td><a href="https://www.codechef.com/problems/FLOW017">Second Largest</a></td>
<td>Begineer</td>
<td>Codechef</td>
</tr>
<tr>
<td>07</td>
<td><a href="https://practice.geeksforgeeks.org/problems/replace-all-0-with-5-in-an-input-integer/1/?company[]=Amazon&company[]=Amazon&difficulty[]=-2&page=1&query=company[]Amazondifficulty[]-2page1company[]Amazon">Replace all 0's with 5</a></td>
<td>School level, Amazon(tag) </td>
<td>GeeksforGeeks</td>
</tr>
<tr>
<td>08</td>
<td><a href="https://practice.geeksforgeeks.org/problems/value-equal-to-index-value1330/1/?company[]=Amazon&company[]=Amazon&difficulty[]=-2&page=1&query=company[]Amazondifficulty[]-2page1company[]Amazon">Value equal to index value</a></td>
<td>School level, Amazon(tag),Hike(tag) </td>
<td>GeeksforGeeks</td>
</tr>
<tr>
<td>09</td>
<td><a href="https://codeforces.com/problemset/problem/32/B">Broze</a></td>
<td>800, Expression Parsing, Implementation</td>
<td>Codeforces</td>
</tr>
</tbody>
</table>
<p>NOTE : This list of questions frequently updated. So, try to take a look at least once a day.</p>
</article>
<!--article class="blog-post">
<h2 class="blog-post-title">New feature</h2>
<p class="blog-post-meta">December 14, 2020 by <a href="#">Chris</a></p>
<p>This is some additional paragraph placeholder content. It has been written to fill the available space and show how a longer snippet of text affects the surrounding content. We'll repeat it often to keep the demonstration flowing, so be on the lookout for this exact same string of text.</p>
<ul>
<li>First list item</li>
<li>Second list item with a longer description</li>
<li>Third list item to close it out</li>
</ul>
<p>This is some additional paragraph placeholder content. It's a slightly shorter version of the other highly repetitive body text used throughout.</p>
</article-->
</div>
<div class="col-md-4">
<div class="position-sticky mt-5" style="top: 2rem;">
<div class="p-4 mb-3 bg-secondary rounded ">
<h4 class="fst-italic">Quote Of The Day</h4>
<p class="mb-0">When someone says, "I want a Programming language in which I need only say what I
want done," Give him a lollipop.</p>
</div>
<div class="p-4 mb-3 bg-black rounded mt-3 ">
<h4 class="fst-italic">Need Help?</h4>
<p class="mb-0">I have a written a blog for Competitive Programming on this website. It will provide you basic building blocks and some tips and tricks.
<a href="blog1.html"> Try this out</a> or you can message me on github for any kind of question.</p>
</div>
<!--div class="p-4">
<h4 class="fst-italic">Archives</h4>
<ol class="list-unstyled mb-0">
<li><a href="#">March 2021</a></li>
<li><a href="#">February 2021</a></li>
<li><a href="#">January 2021</a></li>
<li><a href="#">December 2020</a></li>
<li><a href="#">November 2020</a></li>
<li><a href="#">October 2020</a></li>
<li><a href="#">September 2020</a></li>
<li><a href="#">August 2020</a></li>
<li><a href="#">July 2020</a></li>
<li><a href="#">June 2020</a></li>
<li><a href="#">May 2020</a></li>
<li><a href="#">April 2020</a></li>
</ol>
</div-->
</div>
</div>
</div>
<hr>
</main>
<footer class="mt-1 text-white-50">
<p class="text-center">RetroCoders blogs and tutorials. <a href="cover.html" class="text-success">@RetroCoders</a> by <a href="#"
class="text-success">@farhan</a></p>
</footer>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
-->
</body>
</html>