forked from yashgoyal2802/CCC
-
Notifications
You must be signed in to change notification settings - Fork 1
/
resources.php
264 lines (264 loc) · 9.01 KB
/
resources.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.3/css/bootstrap.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css"
/>
<link rel="stylesheet" href="Navigation-Clean.css" />
<link rel="stylesheet" href="footer.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<link rel="stylesheet" href="resources.css" />
<title>Resources | CCC</title>
</head>
<body>
<header>
<?php include('navbar.php')?>
</header>
<div class="media animate__animated animate__slideInUp">
<div>
<span class="fa-stack fa-lg fa-2x"
><i class="fa fa-circle fa-stack-2x"></i
><i class="fa fa-youtube fa-stack-1x fa-inverse"></i
></span>
</div>
<div class="media-body">
<h4>
<a href="https://youtu.be/bVKHRtafgPc"
>Basic Competitive Programming</a
>
</h4>
<p class="text-left">
<!-- <a href="https://youtu.be/bVKHRtafgPc"
>https://youtu.be/bVKHRtafgPc</a
>
<br /> -->
Starting Competitive Programming - Steps and Mistakes
</p>
</div>
</div>
<div class="media animate__animated animate__slideInUp">
<div>
<span class="fa-stack fa-lg fa-2x"
><i class="fa fa-circle fa-stack-2x"></i
><i class="fa fa-github fa-stack-1x fa-inverse"></i
></span>
</div>
<div class="media-body">
<h4>
<a href="https://github.com/TheAlgorithms/C-Plus-Plus"
>TheAlgorithms/C-Plus-Plus</a
>
</h4>
<p class="text-left">
<!-- <a href="https://github.com/TheAlgorithms/C-Plus-Plus"
>https://github.com/TheAlgorithms/C-Plus-Plus</a
>
<br /> -->
Collection of various algorithms in mathematics, machine learning,
computer science and physics implemented in C++ for educational
purposes. - TheAlgorithms/C-Plus-Plus
</p>
</div>
</div>
<div class="media animate__animated animate__slideInUp">
<div>
<span class="fa-stack fa-lg fa-2x"
><i class="fa fa-circle fa-stack-2x"></i
><i class="fa fa-medium fa-stack-1x fa-inverse"></i
></span>
</div>
<div class="media-body">
<h4>
<a
href="https://medium.com/@varshakancham/how-to-get-started-with-competitive-programming-8cabcc718374"
>Getting Started - Detailed Article</a
>
</h4>
<p class="text-left">
<!-- <a
href="https://medium.com/@varshakancham/how-to-get-started-with-competitive-programming-8cabcc718374"
>https://medium.com/@varshakancham/how-to-get-started-with-competitive-programming-8cabcc718374</a
>
<br /> -->
How to get started with Competitive programming ?
</p>
</div>
</div>
<div class="media animate__animated animate__slideInUp">
<div>
<span class="fa-stack fa-lg fa-2x"
><i class="fa fa-circle fa-stack-2x"></i
><i class="fa fa-free-code-camp fa-stack-1x fa-inverse"></i
></span>
</div>
<div class="media-body">
<h4>
<a href="https://www.youtube.com/watch?v=vLnPwxZdW4Y">C++ Tuorials</a>
</h4>
<p class="text-left">
<!-- <a href="https://www.youtube.com/watch?v=vLnPwxZdW4Y"
>https://www.youtube.com/watch?v=vLnPwxZdW4Y</a
>
<br /> -->
C++ Tutorial for Beginners - Full Course(Basic To Advance)
</p>
</div>
</div>
<div class="media animate__animated animate__slideInUp">
<div>
<span class="fa-stack fa-lg fa-2x"
><i class="fa fa-circle fa-stack-2x"></i
><i class="fa fa-code fa-stack-1x fa-inverse"></i
></span>
</div>
<div class="media-body">
<h4>
<a
href="https://www.topcoder.com/community/competitive-programming/tutorials/"
>Community - Competitive Programming - Tutorials</a
>
</h4>
<p class="text-left">
<!-- <a
href="https://www.topcoder.com/community/competitive-programming/tutorials/"
>https://www.topcoder.com/community/competitive-programming/tutorials/</a
> -->
A good Platform to begin the tutorials at yout own pace.
</p>
</div>
</div>
<div class="media animate__animated animate__slideInUp">
<div>
<span class="fa-stack fa-lg fa-2x"
><i class="fa fa-circle fa-stack-2x"></i
><i class="fa fa-youtube fa-stack-1x fa-inverse"></i
></span>
</div>
<div class="media-body">
<h4><a href="https://youtu.be/ur53-o36aYI">Bit Manipulation</a></h4>
<p class="text-left">
<!-- <a href="#">Intro link</a> -->
Bit Manipulation - Important Tips and Tricks.
</p>
</div>
</div>
<div class="media animate__animated animate__slideInUp">
<div>
<span class="fa-stack fa-lg fa-2x"
><i class="fa fa-circle fa-stack-2x"></i
><i class="fa fa-code fa-stack-1x fa-inverse"></i
></span>
</div>
<div class="media-body">
<h4>
<a href="https://www.hackerearth.com/practice/algorithms"
>Important Algorithms</a
>
</h4>
<p class="text-left">
<!-- <a href="#">Intro link</a> -->
Detailed tutorial on Linear Search to improve your understanding of
Algorithms. Also try practice problems to test & improve your skill
level.
</p>
</div>
</div>
<div class="media animate__animated animate__slideInUp">
<div>
<span class="fa-stack fa-lg fa-2x"
><i class="fa fa-circle fa-stack-2x"></i
><i class="fa fa-youtube fa-stack-1x fa-inverse"></i
></span>
</div>
<div class="media-body">
<h4>
<a href="https://youtu.be/zBhVZzi5RdU">STL Libraries</a>
</h4>
<p class="text-left">
<!-- <a href="#">Intro link</a> -->
Detailed tutorial STL libraries, it starts from basics and covers the
advance implementations ass well.
</p>
</div>
</div>
<div class="media animate__animated animate__slideInUp">
<div>
<span class="fa-stack fa-lg fa-2x"
><i class="fa fa-circle fa-stack-2x"></i
><i class="fa fa-youtube fa-stack-1x fa-inverse"></i
></span>
</div>
<div class="media-body">
<h4>
<a href="https://www.geeksforgeeks.org/dynamic-programming/"
>Dynamic Programming</a
>
</h4>
<p class="text-left">
<!-- <a href="#">Intro link</a> -->
Dynamic Programming is mainly an optimization over plain recursion.
Wherever we see a recursive solution that has repeated calls for same
inputs, we can optimize
</p>
</div>
</div>
<div class="media animate__animated animate__slideInUp">
<div>
<span class="fa-stack fa-lg fa-2x"
><i class="fa fa-circle fa-stack-2x"></i
><i class="fa fa-code fa-stack-1x fa-inverse"></i
></span>
</div>
<div class="media-body">
<h4>
<a href="https://www.geeksforgeeks.org/dynamic-programming/"
>Dynamic Programming</a
>
</h4>
<p class="text-left">
<!-- <a href="#">Intro link</a> -->
Dynamic Programming is mainly an optimization over plain recursion.
Wherever we see a recursive solution that has repeated calls for same
inputs, we can optimize.
</p>
</div>
</div>
<div class="media animate__animated animate__slideInUp">
<div>
<span class="fa-stack fa-lg fa-2x"
><i class="fa fa-circle fa-stack-2x"></i
><i class="fa fa-code fa-stack-1x fa-inverse"></i
></span>
</div>
<div class="media-body">
<h4>
<a href="https://www.geeksforgeeks.org/subset-sum-problem-dp-25/"
>Dynamic Programming - Subset Sum Problem</a
>
</h4>
<p class="text-left">
<!-- <a href="#">Intro link</a> -->
Recursive and Dynamic Programming solutions for subset sum problem,
Pseudo polynomial algorithm. C code for subset sum problem.
</p>
</div>
</div>
<?php include('footer.php')?>
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
</body>
</html>