-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
295 lines (288 loc) · 10.6 KB
/
index.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
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="images/dsa-logo.png" type="image/x-icon" />
<link rel="stylesheet" href="style.css" />
<title>Learn DSA Using Python || Code Explorer</title>
</head>
<body class="body">
<marquee class="marquee">Learn DSA Using Python || Lesson 01 - Introduction || Code
Explorer</marquee>
<div class="main-body">
<div class="left">
<div class="logo">
<img src="images/code.png" alt="" height="100px" width="100px" class="logo-img" />
<div class="logo-div marquee">
<span class="code">Code</span><span class="explorer">Explorer</span>
</div>
<span class="dropdown"></span>
</div>
<hr class="one" />
<div class="hide-on-small-screen">
<span class="contents">Contents</span>
<hr class="two nav-two" />
<ul type="none" class="nav-hidden">
<li>
<img src="images/arrow.png" alt="" class="arrow-img" />
<a href="index.html">
<span class="lesson">Lesson 1 / Intro</span>
</a>
</li>
<hr class="two" />
<li>
<img src="images/arrow.png" alt="" class="arrow-img" />
<a href="./lesson-2/index.html">
<span class="lesson">Lesson 2 / Python Revision</span>
</a>
</li>
<hr class="two" />
<li>
<img src="images/arrow.png" alt="" class="arrow-img" />
<a href="./lesson-03/index.html">
<span class="lesson">Lesson 3 / Data Structures</span>
</a>
</li>
<hr class="two" />
<li>
<img src="images/arrow.png" alt="" class="arrow-img" />
<a href="./lesson-04/index.html">
<span class="lesson">Lesson 4 / Algorithms</span>
</a>
</li>
<hr class="two" />
<li>
<img src="images/arrow.png" alt="" class="arrow-img" />
<a href="https://youtube.com">
<span class="lesson">Lesson 1 / Intro</span>
</a>
</li>
<hr class="two" />
<li>
<img src="images/arrow.png" alt="" class="arrow-img" />
<a href="https://youtube.com">
<span class="lesson">Lesson 2 / Revision</span>
</a>
</li>
<hr class="two" />
<li>
<img src="images/arrow.png" alt="" class="arrow-img" />
<a href="https://youtube.com">
<span class="lesson">Lesson 3 / Testing</span>
</a>
</li>
<hr class="two" />
<li>
<img src="images/arrow.png" alt="" class="arrow-img" />
<a href="https://youtube.com">
<span class="lesson">Lesson 4 / Output</span>
</a>
</li>
<hr class="two" />
<li>
<img src="images/arrow.png" alt="" class="arrow-img" />
<a href="https://youtube.com">
<span class="lesson">Lesson 1 / Intro</span>
</a>
</li>
<hr class="two" />
<li>
<img src="images/arrow.png" alt="" class="arrow-img" />
<a href="https://youtube.com">
<span class="lesson">Lesson 2 / Revision</span>
</a>
</li>
<hr class="two" />
<li>
<img src="images/arrow.png" alt="" class="arrow-img" />
<a href="https://youtube.com">
<span class="lesson">Lesson 3 / Testing</span>
</a>
</li>
<hr class="two" />
<li>
<img src="images/arrow.png" alt="" class="arrow-img" />
<a href="https://youtube.com">
<span class="lesson">Lesson 4 / Output</span>
</a>
</li>
<hr class="two" />
<li>
<img src="images/arrow.png" alt="" class="arrow-img" />
<a href="https://youtube.com">
<span class="lesson">Lesson 1 / Intro</span>
</a>
</li>
<hr class="two" />
<li>
<img src="images/arrow.png" alt="" class="arrow-img" />
<a href="https://youtube.com">
<span class="lesson">Lesson 2 / Revision</span>
</a>
</li>
<hr class="two" />
<li>
<img src="images/arrow.png" alt="" class="arrow-img" />
<a href="https://youtube.com">
<span class="lesson">Lesson 3 / Testing</span>
</a>
</li>
<hr class="two" />
<li>
<img src="images/arrow.png" alt="" class="arrow-img" />
<a href="https://youtube.com">
<span class="lesson">Lesson 4 / Output</span>
</a>
</li>
<hr class="two" />
</ul>
</div>
</div>
<div class="right">
<h1 class="h1">
Welcome To DSA Complete Course Using Python By Code Explorer
</h1>
<hr class="one" />
<h1 class="h1">This Is Introduction To DSA Using Python</h1>
<center>
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/RQKJB7z-OqU" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div>
<div id="box">
<a style="color: chartreuse;" href="https://www.youtube.com/watch?v=RQKJB7z-OqU&list=PLGxMeslbGNsU38f0599lOC-cRmrf01lD3&pp=iAQB"><span>Full
PlayList</span></a>
</div>
</center>
<hr class="one" />
<p class="p" style="color: aqua !important">
DSA (Data Structures and Algorithms) in Python is a fundamental course
that introduces the principles and implementation of various data
structures and algorithms using the Python programming language.
</p>
<p class="p" style="color: aqua !important">
In this course, you will learn about essential data structures such as
arrays, linked lists, stacks, queues, trees, graphs, and hash tables,
and explore their strengths and weaknesses in different scenarios. You
will understand how to manipulate and organize data efficiently,
improving the performance of your programs.
</p>
<p class="p" style="color: aqua !important">
Additionally, the course delves into algorithm analysis and design
techniques, enabling you to create efficient solutions for a wide
range of problems. You will explore algorithms like sorting,
searching, graph traversal, and dynamic programming. By understanding
the underlying concepts, you will be able to write clean and optimized
code.
</p>
<p class="p" style="color: aqua !important">
Throughout the course, you will gain hands-on experience by
implementing data structures and algorithms in Python. The practical
exercises and coding assignments will reinforce your understanding and
help you develop problem-solving skills.
</p>
<p class="p" style="color: aqua !important">
Whether you are a beginner or an experienced programmer, this DSA
course in Python will equip you with the necessary tools and knowledge
to tackle complex programming challenges, enhance your logical
thinking, and become a more proficient developer.
</p>
<hr class="one" />
<h1 class="story">A Very Short Story</h1>
<hr class="two" />
<p class="p" style="color: aqua !important">
Once upon a time, a skilled architect named Alice faced a challenge
while designing a bakery's order management system. Reflecting on her
past experience of choosing wooden blocks for a window in her home,
she realized the importance of selecting the perfect data structure.
Inspired by the flexibility and adaptability of wooden blocks, she
opted for a priority queue to efficiently manage the bakery's orders.
Her decision proved to be a game-changer, streamlining operations and
delighting customers. Alice's ability to draw from past experiences
and choose the right data structure showcased her problem-solving
prowess.
</p>
<br />
<div class="div-img">
<img class="img" src="images/dgm-1.png" alt="" />
</div>
<br />
<p class="p" style="color: aqua !important">
As per the above image you will never use bricks to build a window,
like that as a Software Engineer , you have to choose the perfect Data
Structures to solve a problem.
</p>
<hr class="two" />
<center>
<p class="p" style="color: aqua !important">
Now look at this picture very carefully...
</p>
</center>
<div class="div-img">
<img class="img" src="images/dgm-2.png" alt="" />
</div>
<center>
<p class="p" style="color: aqua !important">
This is the solution for the problem...
</p>
</center>
<div class="div-img">
<img class="img" src="images/dgm-3.png" alt="" />
</div>
<hr class="one" />
<h1 class="h1">
Some Very Popular Data Structures In Different Programming Languages
</h1>
<div id="table">
<table>
<thead>
<th>Data Structure</th>
<th>Python</th>
<th>Java</th>
<th>C++</th>
</thead>
<tbody>
<tr>
<td>Array</td>
<td>Lists</td>
<td>
Native Array
<br />
ArrayList
</td>
<td>
Native Array
<br />
std::vector
</td>
</tr>
<tr>
<td>Hash Table</td>
<td>Dictionary</td>
<td>
HashMap <br />
LinkedHashMap
</td>
<td>std::map</td>
</tr>
<tr>
<td>Linked List</td>
<td>Not Available</td>
<td>LinkedList</td>
<td>std::list</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<footer class="footer">
Copyright © 2023 || Developed By ::
<a href="https://explorecode.newsgoogle.org"><span class="footer-code">Code Explorer</span></a>
</footer>
<script src="script.js"></script>
</body>
</html>