-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathSome_important_link_for_CP.html
105 lines (84 loc) · 3.4 KB
/
Some_important_link_for_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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- <meta http-equiv="refresh" content="2"> -->
<title>
link page
</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="CP.css">
<style type="text/css">
</style>
</head>
<body>
<!-- <div>
</div> -->
<div class="container first">
<div>
<div class="jumbotron" style="margin-top:25px;">
<p style="font-size: 25px;">
This is to manage some important link releated to <b>Competative Programming.</b>
</p>
</div>
</div>
<div>
<p>Some useful links</p>
<ul class="list-group">
<li class="list-group-item">
<a href="https://www.geeksforgeeks.org/how-to-prepare-for-acm-icpc/" target="_blank">How to prepare for ICPC</a>
</li>
<li class="list-group-item">
<a href="https://codeforces.com/blog/entry/23054" target="_blank">Awesome blog on Codeforces</a>
</li>
<li class="list-group-item">
<a href="http://web.stanford.edu/class/cs97si/" target="_blank">Stanford Course</a>
</li>
<li class="list-group-item">
<a href="https://cp-algorithms.com/" target="_blank">Cp-algo</a>
</li>
<li class="list-group-item">
<a href="https://leetcode.com/list/xoqag3yj/" target="_blank">Blind Curated Leetcode</a>
</li>
<li class="list-group-item">
<a href="https://oeis.org/" target="_blank">OEIS (On-Line Encyclopedia of Integer Sequences)</a>
</li>
<li class="list-group-item">
<a href="https://docs.google.com/document/d/1haotfY0ZSobMq-ZaIqcN_U181-2z6oeyk0bbI_qzZEg/edit" target="_blank">Full Resources</a>
</li>
<li class="list-group-item">
<a href="https://codeforces.com/blog/entry/45223" target="_blank">SOS Dp</a>
</li>
<li class="list-group-item">
<a href="https://codeforces.com/blog/entry/88310" target="_blank">Cf Dp Resources blog</a>
</li>
</ul>
</div>
<div>
<p>Some Nice Youtube Channel/Playlist</p>
<ul class="list-group">
<li class="list-group-item">
<a href="https://docs.google.com/document/d/1haotfY0ZSobMq-ZaIqcN_U181-2z6oeyk0bbI_qzZEg/edit">Aditya Verma</a>
</li>
<li class="list-group-item">
<a href="https://www.youtube.com/channel/UCZCFT11CWBi3MHNlGf019nw">Abdul Bari</a>
</li>
<li class="list-group-item">
<a href="https://www.youtube.com/playlist?list=PLQXZIFwMtjoxxLo-0iknkRsAvVQJ7kmrh">Codechef IPC playlist</a>
</li>
</ul>
</div>
</div>
<div class="other_page">
<a href="Some_Important_Question.html">Question Page</a>
</div>
<footer>
<p class="text-center"><a href="https://pankajcoder1.github.io/Pankajcoder1/" target="_blank">Pankaj Kumar</a> ©copyright</p>
</footer>
</body>
</html>