-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproblems.html
More file actions
274 lines (256 loc) · 15 KB
/
problems.html
File metadata and controls
274 lines (256 loc) · 15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/mystyle.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>My Set Problems</title>
<link rel="shortcut icon" href="images/logo.ico" type="image/x-icon" />
</head>
<body>
<div class="wrapper">
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Yo, Tahsin Masrur here!</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="contests.html">Programming Contest Profile</a></li>
<li class="active"><a href="problems.html">Programming Contest Problems I Set</a></li>
<li><a href="research.html">Research Profile</a></li>
<li><a href="career.html">Career Background</a></li>
</ul>
</div>
</div>
</nav>
<div class="belowNav"></div>
<div class="container-fluid table-responsive">
<br/>
<table class="table table-striped table-hover" align="center">
<thead>
<tr>
<th>Problem Title</th>
<th>First Appearance</th>
<th>Category</th>
<th>Availabile At</th>
<th>Teams Tried</th>
<th>Teams Accepted</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://toph.co/p/superman-and-the-buildings-of-dahaka" target="_blank">Superman and the Buildings of Dahaka</a></td>
<td><a href="https://toph.co/c/cybernauts19" target="_blank">NSU Cybernauts National Programming Contest 2019</a></td>
<td class="hint">Persistent Li Chao Segment Tree</td>
<td><a href="https://toph.co" target="blank">toph.co</a></td>
<td>2</td>
<td>1</td>
</tr>
<tr>
<td><a href="https://toph.co/p/poga-the-war-stopper" target="_blank">Poga The War Stopper</a></td>
<td><a href="https://toph.co/c/stop-the-war-programming-contest" target="_blank">#StopTheWar Programming Contest</a></td>
<td class="hint">Convex Hull Trick optimization of DP</td>
<td><a href="https://toph.co" target="blank">toph.co</a></td>
<td>1</td>
<td>0</td>
</tr>
<tr>
<td><a href="https://toph.co/p/living-on-a-prayer" target="_blank">Living on a Prayer</a></td>
<td><a href="https://toph.co/c/lu-cse-carnival-iupc-2019" target="_blank">LU CSE Carnival 2019 Inter University Programming Contest</a></td>
<td class="hint">Palindromic Tree, Hashing</td>
<td><a href="https://toph.co" target="blank">toph.co</a></td>
<td>5</td>
<td>4</td>
</tr>
<tr>
<td><a href="https://toph.co/p/admission-gift" target="_blank">Admission Gift</a></td>
<td><a href="https://toph.co/c/cybernauts19" target="_blank">NSU Cybernauts National Programming Contest 2019</a></td>
<td class="hint">Interactive, Number Theory</td>
<td><a href="https://toph.co" target="blank">toph.co</a></td>
<td>33</td>
<td>30</td>
</tr>
<tr>
<td><a href="https://toph.co/p/zer-vs-eee" target="_blank">Zer VS EEE</a></td>
<td><a href="https://toph.co/c/ngpc-2019" target="_blank">National Girls' Programming Contest 2019</a></td>
<td class="hint">Max Flow with edge demands</td>
<td><a href="https://toph.co" target="blank">toph.co</a></td>
<td>2</td>
<td>0</td>
</tr>
<tr>
<td><a href="https://toph.co/p/birthday-of-aliens" target="_blank">Birthday of Aliens</a></td>
<td><a href="https://toph.co/c/vu-cse-tech-fest-2019-contest" target="_blank">VU CSE Tech Fest 2019 Programming Contest</a></td>
<td class="hint">Chinese Remainder Theorem, Segment Tree</td>
<td><a href="https://toph.co" target="blank">toph.co</a></td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td><a href="https://toph.co/p/tree-business" target="_blank">Tree Business</a></td>
<td><a href="https://toph.co/c/scb-pa-iscpc-2019-preliminary" target="_blank">SCB-PA Inter School and College Programming Contest 2019 Preliminary</a></td>
<td class="hint">Number Theory, Matrix Exponentiation</td>
<td><a href="https://toph.co" target="blank">toph.co</a></td>
<td>28</td>
<td>0</td>
</tr>
<tr>
<td><a href="https://toph.co/p/the-archipelago-of-mirpur" target="_blank">The Archipelago of Mirpur</a></td>
<td><a href="https://toph.co/c/ngpc-2019-preliminary" target="_blank">National Girls' Programming Contest 2019 Preliminary</a></td>
<td class="hint">Disjoint Set Union, Offline Processing</td>
<td><a href="https://toph.co" target="blank">toph.co</a></td>
<td>2</td>
<td>0</td>
</tr>
<tr>
<td><a href="https://toph.co/p/i-am-good-2-0" target="_blank">I Am Good 2.0</a></td>
<td><a href="https://toph.co/c/criterion-2020-round-3" target="_blank">Criterion 2020 Round 3</a></td>
<td class="hint">Number Theory, Divide And Conquer</td>
<td><a href="https://toph.co" target="blank">toph.co</a></td>
<td>15</td>
<td>3</td>
</tr>
<tr>
<td><a href="https://toph.co/p/i-am-good" target="_blank">I Am Good</a></td>
<td><a href="https://toph.co/c/criterion-2020-round-1" target="_blank">Criterion 2020 Round 1</a></td>
<td class="hint">Number Theory</td>
<td><a href="https://toph.co" target="blank">toph.co</a></td>
<td>15</td>
<td>1</td>
</tr>
<tr>
<td><a href="https://toph.co/p/decimation-operation" target="_blank">Decimation Operation</a></td>
<td><a href="https://toph.co/c/iiucpc-2020-selection-contest" target="_blank">IIUCPC 2020 Selection Contest</a></td>
<td class="hint">Trie</td>
<td><a href="https://toph.co" target="blank">toph.co</a></td>
<td>1</td>
<td>0</td>
</tr>
<tr>
<td><a href="https://toph.co/p/zoba-the-misleader" target="_blank">Zoba the Misleader</a></td>
<td><a href="https://toph.co/c/help-flood-victims-2019" target="_blank">#HelpFloodVictims Programming Contest 2019</a></td>
<td class="hint">Palindromic Tree, Aho-Corasick</td>
<td><a href="https://toph.co" target="blank">toph.co</a></td>
<td>2</td>
<td>0</td>
</tr>
<tr>
<td><a href="https://toph.co/p/thor-vs-superman-vs-goku" target="_blank">Thor vs Superman vs Goku</a></td>
<td><a href="https://toph.co/c/ruet-gganjam-2019" target="_blank">RUET জ্ঞানJam 2019</a></td>
<td class="hint">Matrix Exponentiation</td>
<td><a href="https://toph.co" target="blank">toph.co</a></td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td><a href="https://toph.co/p/la-casa-de-poi" target="_blank">La Casa De POI</a></td>
<td><a href="https://toph.co/c/ruet-gganjam-2019" target="_blank">RUET জ্ঞানJam 2019</a></td>
<td class="hint">Ad Hoc</td>
<td><a href="https://toph.co" target="blank">toph.co</a></td>
<td>72</td>
<td>35</td>
</tr>
<tr>
<td><a href="https://toph.co/p/trust-me-this-is-stopper" target="_blank">Trust me, this is stopper!</a></td>
<td><a href="https://toph.co/c/ruet-gganjam-2019" target="_blank">RUET জ্ঞানJam 2019</a></td>
<td class="hint">Full Dynamic Connectivity of graph, Dynamic DSU</td>
<td><a href="https://toph.co" target="blank">toph.co</a></td>
<td>2</td>
<td>0</td>
</tr>
<tr>
<td><a href="https://www.hackerrank.com/contests/february-codeblast-2019/challenges/shefins-rose-tree" target="_blank">Shefin's Rose Tree</a></td>
<td><a href="https://www.hackerrank.com/february-codeblast-2019" target="_blank">February CodeBlast 2019</a></td>
<td class="hint">Mo on Tree</td>
<td><a href="https://hackerrank.com/" target="_blank">HackerRank</a></td>
<td>1</td>
<td>0</td>
</tr>
<tr>
<td><a href="https://www.hackerrank.com/contests/february-codeblast-2019/challenges/valentine-list" target="_blank">Valentine List</a></td>
<td><a href="https://www.hackerrank.com/february-codeblast-2019" target="_blank">February CodeBlast 2019</a></td>
<td class="hint">Segment Tree, Basic Combinatorics</td>
<td><a href="https://hackerrank.com/" target="_blank">HackerRank</a></td>
<td>5</td>
<td>1</td>
</tr>
<tr>
<td><a href="https://www.spoj.com/problems/TAMADOM/" target="_blank">TAMADOM - PKP Knows Nothing 2</a></td>
<td><a href="https://www.spoj.com/COUMAY17/problems/main/" target="_blank">Comilla University Beginner Contest - 2018</a></td>
<td class="hint">Combinatorics, Big Modular Multiplication</td>
<td><a href="https://spoj.com/" target="_blank">SPOJ</a></td>
<td>1</td>
<td>1</td>
</tr>
<tr>
<td><a href="https://toph.co/p/hasinur-is-giving-treat" target="_blank">Hasinur Is Giving Treat</a></td>
<td><a href="https://toph.co/c/ruet-codesmash-2018" target="_blank">RUET CodeSmash 2018</a></td>
<td class="hint">Number Theory</td>
<td><a href="https://toph.co" target="blank">toph.co</a></td>
<td>20</td>
<td>0</td>
</tr>
<tr>
<td><a href="https://www.hackerrank.com/contests/azpc-2018/challenges/a-session-at-uits" target="_blank">A Session At UITS</a></td>
<td><a href="https://www.hackerrank.com/azpc-2018" target="_blank">Ahmed Zobayer Programming Contest - 2018</a></td>
<td class="hint">SQRT Decomposition, Segment Tree</td>
<td><a href="https://hackerrank.com/" target="_blank">HackerRank</a></td>
<td>1</td>
<td>0</td>
</tr>
<tr>
<td><a href="https://www.hackerrank.com/contests/codesmash-17/challenges/pkp-knows-nothing" target="_blank">PKP Knows Nothing</a></td>
<td><a href="https://www.facebook.com/events/114087619314263/" target="_blank">RUET CodeSmash 2017</a></td>
<td class="hint">Ad Hoc, Binary Search</td>
<td><a href="https://hackerrank.com/" target="_blank">HackerRank</a></td>
<td>3</td>
<td>0</td>
</tr>
<tr>
<td><a href="https://toph.co/p/blackhole-and-food" target="_blank">Blackhole and Food</a></td>
<td><a href="https://toph.co/c/tribute-dennis-ritchie" target="_blank">A Tribute to Dennis Ritchie Contest</a></td>
<td class="hint">Merge Sort Tree, Binary Search</td>
<td><a href="https://toph.co" target="blank">toph.co</a></td>
<td>13</td>
<td>2</td>
</tr>
<tr>
<td><a href="https://www.hackerrank.com/contests/sanaul/challenges/chocolate-merge" target="_blank">Chocolate Merge</a></td>
<td><a href="https://algo.codemarshal.org/contests/nhspc-17-rajshahi-j" target="_blank">National High School Programming Contest 2017<br/>(Rajshahi Regional - Junior Division)</a></td>
<td class="hint">Ad Hoc, Sorting</td>
<td><a href="https://hackerrank.com/" target="_blank">HackerRank</a></td>
<td>1</td>
<td>0</td>
</tr>
</tbody>
</table>
</div>
<div class="push"></div>
</div>
<footer class="container-fluid text-center">
<p>
<a href="mailto:tahsin86m@gmail.com" class="btn btn-social-icon btn-email"><span class="fa fa-envelope"> Email</span></a>
<a target="_blank" href="https://github.com/Zeronfinity" class="btn btn-social-icon btn-github"><span class="fa fa-github"> GitHub</span></a>
<a target="_blank" href="https://www.linkedin.com/in/tahsin86m/" class="btn btn-social-icon btn-linkedin"><span class="fa fa-linkedin"> LinkedIn</span></a>
<a target="_blank" href="https://www.facebook.com/anknown.miistt" class="btn btn-social-icon btn-facebook"><span class="fa fa-facebook"> Facebook</span></a>
<br/>Ⓒ 2019 zeronfinity.github.io | By Tahsin Masrur
</p>
</footer>
</body>
</html>