forked from dcpandey1/UIETDocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfiles.html
191 lines (184 loc) · 6.11 KB
/
files.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Files</title>
<link
rel="icon"
href="images/UIET_DOC__1_-removebg-preview.png"
type="image/x-icon"
/>
<meta charset="utf-8" />
<meta name="theme-color" content="#800000" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="Keywords"
content="uiet Kanpur,uiet docs,College, Kanpur, UIET, Kanpur, college in Kanpur,India"
/>
<meta property="og:site_name" content="UIET Docs" />
<meta
name="description"
content="UIET Docs is an Academic Portal with an aim to provide a holistic solution to all students needs. UIET Docs provides all the study material ( notes, papers, syllabus etc) for UIET Students."
/>
<link rel="stylesheet" type="text/css" href="cssfiles/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
media="screen and (max-width:1170px) "
href="cssfiles/phone.css"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="javascript/js.js="></script>
</head>
<body class="body">
<header class="mainheader">
<a href="https://uietdocs.com/"
><img src="images/UIET_DOC-removebg-preview.png"
/></a>
</header>
<div class="topnav" id="myTopnav">
<a href="https://uietdocs.com/" class="active">Home</a>
<div class="dropdown">
<button class="dropbtn">Papers</button>
<div class="dropdown-content" target="_blank">
<a href="CSEpapers.html" target="_blank">CSE</a>
<a href="#" target="_blank">ECE</a>
<a href="#" target="_blank">IT</a>
<a href="#" target="_blank">MEE</a>
<a href="#" target="_blank">MSME</a>
<a href="#" target="_blank">CHE</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Notes</button>
<div class="dropdown-content">
<a href="CSEnotes.html" target="_blank">CSE</a>
<a href="#">ECE</a>
<a href="#" target="_blank">IT</a>
<a href="#" target="_blank">MEE</a>
<a href="#" target="_blank">MSME</a>
<a href="#" target="_blank">CHE</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Syllabus</button>
<div class="dropdown-content">
<a href="http://www.uietkanpur.com/pdf/cse.pdf" target="_blank"
>CSE</a
>
<a href="http://www.uietkanpur.com/pdf/ece.pdf" target="_blank"
>ECE</a
>
<a href="http://www.uietkanpur.com/pdf/IT.pdf" target="_blank">IT</a>
<a href="http://www.uietkanpur.com/pdf/mee.pdf" target="_blank"
>MEE</a
>
<a href="http://www.uietkanpur.com/pdf/msme.pdf" target="_blank"
>MSME</a
>
<a href="http://www.uietkanpur.com/pdf/chm.pdf" target="_blank"
>CHE</a
>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Resources</button>
<div class="dropdown-content">
<a href="books.html">Books</a>
<a href="video.html">Video Links</a>
</div>
</div>
<a href="contest.html">Clubs</a>
<a href="team.html">Team</a>
<a href="contact.html">About Us</a>
<a
href="javascript:void(0);"
style="font-size: 15px"
class="icon"
onclick="myFunction()"
>☰</a
>
</div>
<hr />
<h1 style="text-align: center">📖 Resources</h1>
<hr />
<h3 id="book" style="text-align: center">Books</h3>
<ul>
<li>
<a href="Introduction to Algorithms, Third Edition - EduTechLearners"
>Algorithms(By Thomas Cormen)</a
>
</li>
<li>
<a href="Data Structures and Algorithms - Narasimha Karumanchi.pdf"
>Data Structures(By Narasimha Karumanchi)</a
>
</li>
</ul>
<hr />
<h3 id="book" style="text-align: center">Video links</h3>
<ul>
<li>
<a
href="https://www.youtube.com/playlist?list=PL2q4fbVm1Ik64I3VqbVGRfl_OgYzvzt9m"
>Graph Theory-1</a
>
</li>
<li>
<a
href="https://www.youtube.com/playlist?list=PL2q4fbVm1Ik6DCzm9XZJbNwyHtHGclcEh"
>Graph Theory-2</a
>
</li>
<li>
<a
href="https://www.youtube.com/playlist?list=PL_z_8CaSLPWekqhdCPmFohncHwz8TY2Go"
>Dynamic Programming</a
>
</li>
</ul>
<div id="fix"></div>
<hr />
<script>
function myFunction() {
var x = document.getElementById('myTopnav');
if (x.className === 'topnav') {
x.className += ' responsive';
} else {
x.className = 'topnav';
}
}
</script>
<footer class="mainFooter">
<p>Copyright © <a href="">UIET Docs</a></p>
<div id="footericondiv">
<a href="https://www.linkedin.com/in/dheerajpandey1/" target="_blank"
><img
id="footericon"
src="images/5296501_linkedin_network_linkedin logo_icon.png"
alt=""
/></a>
<a href="https://www.instagram.com/dcpandey1/" target="_blank"
><img
id="footericon"
src="images/5296765_camera_instagram_instagram logo_icon.png"
alt=""
/></a>
<a href="https://www.facebook.com/uietCodeClub" target="_blank"
><img
id="footericon"
src="images/5365678_fb_facebook_facebook logo_icon.png"
alt=""
/></a>
<a href="https://discord.gg/2NXajQ9Wuu" target="_blank"
><img
id="footericon"
src="images/4180408_discord_squircle_icon.png"
alt=""
/></a>
</div>
</footer>
<script type="text/javascript">
document.title = 'Files';
</script>
</body>
</html>