-
Notifications
You must be signed in to change notification settings - Fork 1
/
nu-cse-2nd-semester-notes.html
249 lines (212 loc) · 11.9 KB
/
nu-cse-2nd-semester-notes.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
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
<!doctype html>
<html lang="en">
<head>
<link rel="icon" href="/nu-cse-notes.png" type="image/x-icon">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="Easily find all 2nd semester notes of Computer Science and Engineering subject under National University">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<title>NU CSE 2ND SEMESTER NOTES</title>
<link rel="stylesheet" href="styles.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-G1CJPL7YSL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-G1CJPL7YSL');
</script>
<!-- Bootstrap core CSS -->
<link href="bootstrap/bootstrap.min.css" rel="stylesheet">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
a {
text-decoration: none;
}
</style>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a href="/" class="navbar-brand d-flex align-items-center">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="me-2"
viewBox="0 0 16 16">
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z" />
<path d="M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z" />
</svg>
<strong>NU CSE NOTES</strong>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
</ul>
<div class="d-flex">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" integrity="sha384-4LISF5TTJX/fLmGSxO53rV4miRxdg84mZsxmO8Rx5jGtp/LbrixFETvWa5a6sESd" crossorigin="anonymous">
<a class="btn btn-dark" href="https://github.com/Sigmakib2/Nu-CSE-Notes" style="margin-right: 18px;"><i class="bi bi-github"></i> GitHub</a>
<div class="dropdown">
<div class="input-group">
<span class="input-group-text" id="basic-addon1">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-search" viewBox="0 0 16 16">
<path
d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z">
</path>
</svg>
</span>
<input id="myInputs" class="form-control me-2 dropdown-toggle" type="search"
data-bs-toggle="dropdown" placeholder="Search" aria-label="Search">
<ul class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<li><a class="dropdown-item" href="nu-cse-1st-semester-notes.html">1st semester</a>
</li>
<li><a class="dropdown-item" href="nu-cse-2nd-semester-notes.html">2nd semester</a>
</li>
<li><a class="dropdown-item" href="nu-cse-3rd-semester-notes.html">3rd semester</a>
</li>
<li><a class="dropdown-item" href="nu-cse-4th-semester-notes.html">4th semester</a>
</li>
<li><a class="dropdown-item" href="nu-cse-5th-semester-notes.html">5th semester</a>
</li>
<li><a class="dropdown-item" href="nu-cse-6th-semester-notes.html">6th semester</a>
</li>
<li><a class="dropdown-item" href="nu-cse-7th-semester-notes.html">7th semester</a>
</li>
<li><a class="dropdown-item" href="nu-cse-8th-semester-notes.html">8th semester</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</nav>
</header>
<main>
<div class="container">
<div class="alert alert-warning alert-dismissible fade show" role="alert">
<strong>Hello There!</strong> #1 Resource for National University CSE Notes! <b>Ask questions you’re wondering about: </b> <a href="https://github.com/Sigmakib2/Nu-CSE-Notes/discussions/" class="fs-5" style="text-decoration: none;"> Join Discussion</a>
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>
<section class="py-5 text-center container">
<div class="row py-lg-5">
<div class="col-lg-6 col-md-8 mx-auto">
<h1 class="fw-light">NU CSE 2ND SEMESTER NOTES</h1>
<p class="lead text-muted">Easily find all the notes of Computer Science and Engineering subject
under
National University</p>
<p>
<a href="https://discord.gg/nA29nxnSHT"
class="btn btn-primary my-2">Join Discord & Get Help</a>
<a href="https://www.pathgriho.com/2021/06/national-university-cse-all-semester-syllabus-pdf.html"
class="btn btn-success my-2">Download Syllabus</a>
</p>
</div>
</div>
</section>
<div class="container">
<table class="table table-hover table-bordered">
<thead>
<tr>
<th>Subject Name</th>
<th>Note/Book Name</th>
<th>File Type</th>
<th>Download Link</th>
</tr>
</thead>
<tbody>
<tr>
<td>Digital Systems Design</td>
<td>Digital Systems Design</td>
<td>PDF</td>
<td><a href="https://csbro749189192.files.wordpress.com/2021/07/digital-systems-design.pdf"
target="_blank" rel="noreferrer noopener">Download</a></td>
</tr>
<tr>
<td>Digital Systems Design</td>
<td>Digital Systems: Principles and Applications, Ronald J. Tocci, Neal S. Wildmer.</td>
<td>PDF</td>
<td><a href="https://csbro749189192.files.wordpress.com/2021/07/digital-systems-principles-and-applications-by-ronald-tocci.pdf"
target="_blank" rel="noreferrer noopener">Download</a></td>
</tr>
<tr>
<td>Discrete Mathematics</td>
<td>Discrete Mathematics And Its Applications, Kenneth H. Rosen</td>
<td>PDF</td>
<td><a href="https://csbro749189192.files.wordpress.com/2021/07/discrete-mathematics-and-its-applications-kenneth-rosen-2012.pdf"
target="_blank" rel="noreferrer noopener">Download</a></td>
</tr>
<tr>
<td>Linear Algebra</td>
<td>Elementary Linear Algebra, Howard Anton, Chris Rorres</td>
<td>PDF</td>
<td><a href="https://csbro749189192.files.wordpress.com/2021/07/howard-anton-chris-rorres-elementary-linear-algebra-with-applications-wiley-2005.pdf"
target="_blank" rel="noreferrer noopener">Download</a></td>
</tr>
<tr>
<td>Linear Algebra</td>
<td>Linear Algebra, Abdur Rahman</td>
<td>PDF</td>
<td><a href="https://csbro749189192.files.wordpress.com/2021/07/mat-121-linear-algebra-theory-of-matrices-by-professor-md-abdur-rahman.pdf"
target="_blank" rel="noreferrer noopener">Download</a></td>
</tr>
<tr>
<td>Statistics and Probability</td>
<td>Statistics and Probability hand note with problem solve</td>
<td>PDF</td>
<td><a href="https://drive.google.com/file/d/0B0xodXnu8htaS3RHZjIzbkZuVFU/view?usp=sharing&resourcekey=0-vRmT3ASIcQhZGSkzztDokA"
target="_blank" rel="noreferrer noopener">Download</a></td>
</tr>
</tbody>
</table>
</div>
<div class="container center">
<img src="NU-CSE-NOTES-Free-download.png" class="shadow img-thumbnail rounded mx-auto d-block"
alt="National University Computer Science and Engineering all semester note download"
style="margin-top: 30px;"
title="National University Computer Science and Engineering all semester note download">
</div>
</main>
<footer class="pt-5 text-muted text-center text-small>
<p class=" mb-1">NU CSE NOTES</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="privacy.html">Privacy</a></li>
<li class="list-inline-item"><a href="terms.html">Terms</a></li>
<li class="list-inline-item"><a href="contact.html">Contact</a></li>
<li class="list-inline-item"><a href="forum.html">Forum</a></li>
</ul>
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License"
style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a>
<p style="padding: 20px 0">Developers: <a href="https://github.com/Sigmakib2 " style="color: tomato ">Sakib
Mahmud</a> and <a href="https://github.com/anikdas29 " style="color: tomato ">Anik Chandra Das</a>
</p>
</footer>
<script src="bootstrap/bootstrap.bundle.min.js"></script>
<script>
$(document).ready(function () {
$("#myInputs").on("keyup", function () {
var value = $(this).val().toLowerCase();
$(".dropdown-menu li").filter(function () {
$(this).toggle($(this).text().toLowerCase().indexOf(value) > -1)
});
});
});
</script>
</body>
</html>