-
Notifications
You must be signed in to change notification settings - Fork 2
/
recycle.html
104 lines (95 loc) · 4.9 KB
/
recycle.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
<table class="table table-sm text-light table-responsive ">
<thead>
<tr>
<th>No.</th>
<th>Question</th>
<th>Rating/Platforms</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 / 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 / Codeforces</td>
</tr>
<tr>
<td>03</td>
<td><a href="https://codeforces.com/problemset/problem/16/A">Flag</a></td>
<td>800, Implementation / Codeforces</td>
</tr>
<tr>
<td>04</td>
<td><a href="https://www.codechef.com/problems/FLOW006">Sum Of Digits</a></td>
<td>Begineer / Codechef</td>
</tr>
<tr>
<td>05</td>
<td><a href="https://www.codechef.com/problems/FCTRL2">Small factorial</a></td>
<td>Beginner / Codechef</td>
</tr>
<tr>
<td>06</td>
<td><a href="https://www.codechef.com/problems/FLOW017">Second Largest</a></td>
<td>Begineer / 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) / 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) / GeeksforGeeks </td>
</tr>
</tbody>
</table>
<div class="p-4 p-md-5 mb-4 text-white rounded bg-dark">
<img src="5.jfif" class="img-fluid" alt="algorithms">
</div>
<div class="row g-5 ">
<div class="col-md-8">
<h3 class="pb-4 mb-4 fst-italic border-bottom">
From Retcocoders...
</h3>
<article class="blog-post">
<h2 class="blog-post-title">Competitive Programming</h2>
<p class="blog-post-meta">December 23, 2020 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 previous competition's questions from different platforms.</p>
<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">
<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>
<footer class="mt-1 text-white-50">
<p class="text-center">RetroCode blogs and tutorials. <a href="#" class="text-success">@RetroCode</a>, by <a href="#"
class="text-success">@farhan</a>.</p>
</footer>