-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdsa.html
461 lines (375 loc) · 24.3 KB
/
dsa.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
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="DS and also are the backbone of competitive programming, CodeMistic provide step by step tutorials to learn DSA easily"/>
<meta name="keywords" content="dsa,cp,competitive programming,algorithms,codemistic,codmistic,data structures,DS and algo"/>
<title>DS and Algorithms</title>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MCNC43J');</script>
<!-- End Google Tag Manager -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YPTQSLH0XW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YPTQSLH0XW');
</script>
<script data-ad-client="ca-pub-5352867889640158" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Favicon -->
<link rel="icon" type="img/png" href="favicon.png"/>
<!-- FONT AWESOME -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.1/css/all.css" integrity="sha384-xxzQGERXS00kBmZW/6qxqJPyxW3UR0BPsL4c8ILaIWXva5kFi7TxkIIaMiKtqV1Q" crossorigin="anonymous"/>
<!-- FONTS -->
<link href="https://fonts.googleapis.com/css2?family=Kalam:wght@700&family=Ubuntu&family=Varela+Round&display=swap" rel="stylesheet"/>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"/>
<!-- CSS -->
<link rel="stylesheet" href="lang_styles.css"/>
</head>
<body>
<!-- NAVIGATION BAR -->
<nav class="navbar fixed-top navbar-expand-xl navbar-dark">
<a class="navbar-brand" href="index.html">CODEMISTIC</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-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 ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Tutorials
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="cpp.html">C++</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="python.html">Python</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="java.html">Java</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="dsa.html">Data Structure and Algorithms</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="tutorials.html">All Tutorials</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="events.html">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="teen-code.html">Teen-Code</a>
</li>
<li class="nav-item">
<a class="nav-link" href="campus.html">Campus Programme</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="https://docs.google.com/forms/d/e/1FAIpQLSc2O28YJpxQc6kh2tKpI_Lf5MwfwGXVnhMs0g5EEXobJ4Beeg/viewform?usp=sf_link" target="_blank">Contribute</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="register.html">Join Our Community</a>
</li>
</ul>
</div>
</nav>
<!-- HEADING -->
<section class="container-fluid">
<div class="header row">
<div class="lang-img col-md-2">
<img src="logo/dsa.png" alt="dsa" class="cpp-img">
</div>
<div class="header-content col-md-6">
<h1 class="header-heading">Learn Data Structures and Algorithms</h1>
<p>Data Structures and Algorithms are the backbone of competitive programming<br>Our tutorials will guide to learn DSA step by step.</p>
</div>
</div>
</section>
<!-- <section class="container-fluid languages" id="languages">-->
<!-- <div class="row card-deck">-->
<!-- <div class="col-lg-4 col-md-6">-->
<!-- <div class="card language-card">-->
<!-- <div class="card-header">-->
<!-- <h4>DSA Introduction-->
<!-- </h4>-->
<!-- </div>-->
<!-- <div class="card-body" >-->
<!-- <ul>-->
<!-- <li>-->
<!-- <a href="dsa/1-1.html " class="closed" >What is an algorithm?</a>-->
<!-- </li>-->
<!-- <li>-->
<!-- <a href="dsa/1-2.html " class="closed">Why learn algorithms?</a>-->
<!-- </li>-->
<!-- <li>-->
<!-- <a href="dsa/1-3.html " class="closed">Asymptotic Notations</a>-->
<!-- </li>-->
<!-- <li>-->
<!-- <a href="dsa/1-4.html " class="closed">Mater theorem</a>-->
<!-- </li>-->
<!-- <li>-->
<!-- <a href="dsa/1-5.html " class="closed">Divide and Conquer Algorithm</a>-->
<!-- </li>-->
<!-- </ul> -->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="col-lg-4 col-md-6 ">-->
<!-- <div class="card language-card ">-->
<!-- <div class="card-header ">-->
<!-- <h4>Data Structures (I)-->
<!-- </h4>-->
<!-- </div>-->
<!-- <div class="card-body " >-->
<!-- <ul>-->
<!-- <li><a href="2-1.html" class="closed">Stack</a></li>-->
<!-- <li><a href="dsa/2-2.html" class="closed">Queue</a></li>-->
<!-- <li><a href="dsa/2-3.html" class="closed">Types of Queue</a></li>-->
<!-- <li><a href="dsa/2-4.html" class="closed">Circular Queue</a></li>-->
<!-- <li><a href="dsa/2-5.html" class="closed">Priority Queue</a></li>-->
<!-- <li><a href="dsa/2-6.html" class="closed">Deque</a></li>-->
<!-- </ul>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="col-lg-4 col-md-6">-->
<!-- <div class="card language-card">-->
<!-- <div class="card-header">-->
<!-- <h4>Data Structures (II)-->
<!-- </h4>-->
<!-- </div>-->
<!-- <div class="card-body" >-->
<!-- <ul>-->
<!-- <li><a href="dsa/3-1.html" class="closed">Linked List</a></li>-->
<!-- <li><a href="dsa/3-2.html" class="closed">Linked List Operations</a></li>-->
<!-- <li><a href="dsa/3-3.html" class="closed">Types of Linked List</a></li>-->
<!-- <li><a href="dsa/3-4.html" class="closed">Hash Table</a></li>-->
<!-- <li><a href="dsa/3-5.html" class="closed">Hash Data Structure</a></li>-->
<!-- <li><a href="dsa/3-6.html" class="closed">Fibonacci Heap</a></li>-->
<!-- <li><a href="dsa/3-7.html" class="closed">Decrease Key and Delete Node Operations on a Fibonacci Heap</a></li>-->
<!-- </ul> -->
<!-- </div>-->
<!-- </div>-->
<!-- </div><div class="col-lg-4 col-md-6 ">-->
<!-- <div class="card language-card ">-->
<!-- <div class="card-header ">-->
<!-- <h4>Tree based DSA (I)-->
<!-- </h4>-->
<!-- </div>-->
<!-- <div class="card-body " >-->
<!-- <ul>-->
<!-- <li><a href="dsa/4-1.html" class="closed">Tree Data Structures</a></li>-->
<!-- <li><a href="dsa/4-2.html" class="closed">Tree Transversal</a></li>-->
<!-- <li><a href="dsa/4-3.html" class="closed">Binary Tree</a></li>-->
<!-- <li><a href="dsa/4-4.html" class="closed">Full Binary Tree</a></li>-->
<!-- <li><a href="dsa/4-5.html" class="closed">Perfect Binary Tree</a></li>-->
<!-- <li><a href="dsa/4-6.html" class="closed">Complete Binary Tree</a></li>-->
<!-- <li><a href="dsa/4-7.html" class="closed">Balanced Binary Tree</a></li>-->
<!-- <li><a href="dsa/4-8.html" class="closed">Binary Search Tree</a></li>-->
<!-- <li><a href="dsa/4-9.html" class="closed">AVL Tree</a></li>-->
<!-- </ul>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div><div class="col-lg-4 col-md-6 ">-->
<!-- <div class="card language-card ">-->
<!-- <div class="card-header ">-->
<!-- <h4>Tree based DSA (II)-->
<!-- </h4>-->
<!-- </div>-->
<!-- <div class="card-body " ><ul>-->
<!-- <li><a href="dsa/5-1.html" class="closed">B Tree</a></li>-->
<!-- <li><a href="dsa/5-2.html" class="closed">Insertion in a B-Tree</a></li>-->
<!-- <li><a href="dsa/5-3.html" class="closed">Deletion from a B-Tree</a></li>-->
<!-- <li><a href="dsa/5-4.html" class="closed">B+ Tree</a></li>-->
<!-- <li><a href="dsa/5-5.html" class="closed">Insertion on a B+ Tree</a></li>-->
<!-- <li><a href="dsa/5-6.html" class="closed">Deletion from a B+ Tree</a></li>-->
<!-- <li><a href="dsa/5-7.html" class="closed">Red-Black Tree</a></li>-->
<!-- <li><a href="dsa/5-7.html" class="closed">Red-Black Tree Insertion</a></li>-->
<!-- <li><a href="dsa/5-7.html" class="closed">Red-Black Tree Deletion</a></li></ul>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div><div class="col-lg-4 col-md-6 ">-->
<!-- <div class="card language-card ">-->
<!-- <div class="card-header ">-->
<!-- <h4>Graph based DSA-->
<!-- </h4>-->
<!-- </div>-->
<!-- <div class="card-body "><ul>-->
<!-- <li><a href="dsa/6-1.html" class="closed">Graph Data Structure</a></li>-->
<!-- <li><a href="dsa/6-2.html" class="closed">Spanning Tree</a></li>-->
<!-- <li><a href="dsa/6-3.html" class="closed">Strongly Connected Components</a></li>-->
<!-- <li><a href="dsa/6-4.html" class="closed">Adjacency Matrix</a></li>-->
<!-- <li><a href="dsa/6-5.html" class="closed">Adjacency List</a></li>-->
<!-- <li><a href="dsa/6-6.html" class="closed">DFS Algorithm</a></li>-->
<!-- <li><a href="dsa/6-7.html" class="closed">Breadth-first Search</a></li>-->
<!-- <li><a href="dsa/6-8.html" class="closed">Bellman Ford's Algorithm</a></li></ul>-->
<!-- </div>-->
<!-- </div>-->
<!--</div><div class="col-lg-4 col-md-6 ">-->
<!-- <div class="card language-card ">-->
<!-- <div class="card-header ">-->
<!-- <h4>Sorting and Searching Algorithms-->
<!-- </h4>-->
<!-- </div>-->
<!-- <div class="card-body " >-->
<!-- <ul>-->
<!-- <li><a href="dsa/7-1.html" class="closed" >Bubble Sort</a>-->
<!-- </li>-->
<!-- <li><a href="dsa/7-2.html" class="closed" >Selection Sort</a>-->
<!-- </li>-->
<!-- <li> <a href="dsa/7-3.html" class="closed" >Insertion Sort</a>-->
<!-- </li>-->
<!-- <li><a href="dsa/7-4.html" class="closed" >Merge Sort</a>-->
<!-- </li>-->
<!-- <li ><a href="dsa/7-5.html" class="closed" >Quicksort</a>-->
<!-- </li>-->
<!-- <li ><a href="dsa/7-6.html" class="closed" >Counting Sort</a>-->
<!-- </li>-->
<!-- <li><a href="dsa/7-7.html" class="closed" >Radix Sort</a>-->
<!-- </li>-->
<!-- <li><a href="dsa/7-8.html" class="closed" >Bucket Sort</a>-->
<!-- </li>-->
<!-- <li><a href="dsa/7-9.html" class="closed" >Heap Sort</a>-->
<!-- </li>-->
<!-- <li><a href="dsa/7-10.html" class="closed" >Shell Sort</a>-->
<!-- </li>-->
<!-- <li><a href="dsa/7-11.html" class="closed" >Liner Search</a>-->
<!-- </li>-->
<!-- <li><a href="dsa/7-12.html" class="closed" >Binary Search</a>-->
<!-- </li>-->
<!-- </ul>-->
<!-- </div>-->
<!--</div>-->
<!--</div><div class="col-lg-4 col-md-6 ">-->
<!-- <div class="card language-card ">-->
<!-- <div class="card-header ">-->
<!-- <h4>Greedy Algorithms-->
<!-- </h4>-->
<!-- </div>-->
<!-- <div class="card-body " ><ul>-->
<!-- <li><a href="dsa/8-1.html" class="closed" >Greedy Algorithms</a></li>-->
<!-- <li><a href="dsa/8-2.html" class="closed" >Ford-Fulkerson Algorithm</a></li>-->
<!-- <li><a href="dsa/8-3.html" class="closed" >Dijkstra's Algorithm</a></li>-->
<!-- <li><a href="dsa/8-4.html" class="closed" >Kruskal's Algorithm</a ></li>-->
<!-- <li> <a href="dsa/8-5.html" class="closed" >Prim's Algorithm</a></li>-->
<!-- <li> <a href="dsa/8-6.html" class="closed" >Huffman Coding</a></li></ul>-->
<!-- </div>-->
<!--</div>-->
<!--</div><div class="col-lg-4 col-md-6 ">-->
<!-- <div class="card language-card ">-->
<!-- <div class="card-header ">-->
<!-- <h4>Dynamic Programming-->
<!-- </h4>-->
<!-- </div>-->
<!-- <div class="card-body " ><ul>-->
<!-- <li> <a href="dsa/9-1.html" class="closed">Dynamic Programming</a></li>-->
<!-- <li> <a href="dsa/9-2.html" class="closed">Floyd-Warshall Algorithm</a></li>-->
<!-- <li> <a href="dsa/9-3.html" class="closed">Longest Common Sequence</a></li></ul>-->
<!-- </div>-->
<!--</div>-->
<!--</div><div class="col-lg-4 col-md-6 ">-->
<!-- <div class="card language-card ">-->
<!-- <div class="card-header ">-->
<!-- <h4>Other Algorithms-->
<!-- </h4>-->
<!-- </div>-->
<!-- <div class="card-body " >-->
<!-- <li><a href="dsa/10-1.html" class="closed" >Backtracking Algorithm</a> </li>-->
<!-- <li><a href="dsa/10-2.html" class="closed" >Rabin-Karp Algorithm</a> </li>-->
<!-- </div>-->
<!--</div>-->
<!-- </section> -->
<div class="wrapperhome">
<h3>Why Learn DSA?</h3>
<ul>
<li><strong>Write optimized and scalable code</strong> - Once you have the knowledge of different data structures and algorithms, you can determine which data structure and algorithm to choose in various conditions to solve problems efficiently.</li>
<li><strong>Effective use of time and memory</strong> - If you have knowledge about data structures and algorithms, then this will help you to write codes that run faster and require less storage.</li>
<li><strong>Better job opportunities</strong> - Data structures and algorithms questions are frequently asked in job interviews of various tech companies including Google, Facebook,Goldman Sachs and so on.</li>
</ul>
<hr />
<h3>How you can learn data structure and algorithms?</h3>
<h4>Learn DSA from CodeMistic</h4>
<p>CodeMistic offers a complete series of easy to follow DSA tutorials along with suitable examples. These tutorials are targeted for absolute beginners who want to dive into the field of computer programming. You can Start from Now</p>
<!--<h4>Learn DSA from Books</h4>-->
<!--<p>Learning from books is always a good practice. You will get the big picture of programming concepts in the book which you may not find elsewhere.</p>-->
<!--<p>Here are some books we personally recommend.</p>-->
<!--<ul>-->
<!-- <li><strong>Introduction to Algorithms, Thomas H. Cormen</strong> - it is one of the best books in algorithms and covers a broad range of algorithms in-depth</li>-->
<!-- <li><strong>Algorithms, Robert Sedgewick</strong> - it is the leading textbook on algorithms and is widely used in colleges and universities</li>-->
<!-- <li><strong>The Art of Computer Programming, Donald E. Knuth</strong> - this book is considered best if you know the subject and are looking for deeper understanding</li>-->
<!--</ul>-->
<h4>Learn DSA through visualization</h4>
<p>Once you have some idea about DS and algo, there is a great resource at <a href="https://www.cs.usfca.edu/~galles/visualization/Algorithms.html">Data Structure Visualizations</a> that lets you learn through animation.</p>
</div>
<center><br>
<h5 style="text-align: center;">More Topics Uploading soon...</h5>
<hr>
<h7>Do you want to contribute by preparing content for us :</h7>
<div class=" but ">
<button class="btn btn-md btn-primary "><a href="https://docs.google.com/forms/d/e/1FAIpQLSc2O28YJpxQc6kh2tKpI_Lf5MwfwGXVnhMs0g5EEXobJ4Beeg/viewform?usp=sf_link " target="_blank ">Contribute</a></button>
</div>
</center>
<footer >
<div class="row footer" >
<div class="logo">
<img src="image.png" alt="" class="f-img">
<h5>LEARN CODE DISCUSS</h5>
</div>
<div class="footer-column ">
<ul class="footer-ul">
<li class="foot-header"><strong>CodeMistic</strong></li>
<li class="f-li"><a href="index.html" class="f-links">Home</a></li>
<li class="f-li"><a href="team.html" class="f-links">Our Team</a></li>
<li class="f-li"><a href="terms-and-conditions.html" class="f-links">Terms of Service</a></li>
<li class="f-li"><a href="privacy-policy.html" class="f-links">Privacy Policy</a></li>
</ul>
</div>
<div class="footer-column ">
<ul class="footer-ul ">
<li class="foot-header"><strong>LEARN</strong></li>
<li class="f-li"><a href="cpp.html" class="f-links">C++</a></li>
<li class="f-li"><a href="java.html" class="f-links">Java</a></li>
<li class="f-li"><a href="python.html" class="f-links">Python</a></li>
<li class="f-li"><a href="dsa.html" class="f-links">DSA</a></li>
</ul>
</div>
<div class="footer-column ">
<ul class="footer-ul ">
<li class="foot-header"><strong>CONTRIBUTE</strong></li>
<li class="f-li"><a href="https://docs.google.com/forms/d/e/1FAIpQLSduxk_aP9M1lqUAebQJwRXiVm2ukmdgv3T7gjBpOsr_gdeOcQ/viewform?usp=sf_link" class="f-links" target="_blank">Write an Article/Blog</a></li>
<li class="f-li"><a href="https://docs.google.com/forms/d/e/1FAIpQLSc2O28YJpxQc6kh2tKpI_Lf5MwfwGXVnhMs0g5EEXobJ4Beeg/viewform?usp=sf_link" class="f-links" target="_blank">Internships</a></li>
<li class="f-li"><a href="https://docs.google.com/forms/d/e/1FAIpQLSe9nr_Aw0fGIqm3_xWhqEzTr3UWdOFz-pvKpQvkAsosORYq9w/viewform?usp=sf_link" class="f-links" target="_blank">Videos</a></li>
<li class="f-li"><a href="https://docs.google.com/forms/d/e/1FAIpQLScOW3hJjxxwzPYL4u51oboc4T1aDtIUEIRa20hKPKu4UlcZAA/viewform?usp=sf_link" class="f-links" target="_blank">Donations/Funds</a></li>
</ul>
</div>
</div>
<div class="footer-links" style="text-align: center;">
<!-- <h7>Connect With Us</h7><br><br> -->
<a href="https://www.facebook.com/codemistic " target="_blank "><i class="icons fa-2x fab fa-facebook "
style="color:#3b5998; "></i></a>
<a href="https://www.instagram.com/codemistic.in " target="_blank "><i class="icons fa-2x fab fa-instagram "
style="color:#e95950; "></i></a>
<a href="https://www.twitter.com/codemistic " target="_blank "><i class="icons fa-2x fab fa-twitter "
style="color:#8accf5; "></i></a>
<a href="https://www.linkedin.com/company/codemistic " target="_blank "><i
class="icons fa-2x fab fa-linkedin " style="color:#88b3ee; "></i></a>
<a href="https://t.me/codemistic " target="_blank "><i class="icons fa-2x fab fa-telegram "
style="color:#65adda; "></i></a>
<a href="https://www.youtube.com/channel/UCS1Iv_kkgQGDwoXtvrlwlag " target="_blank "><i
class="icons fa-2x fab fa-youtube " style="color:red; "></i></a>
<p class="foot mt-3">© Copyright : <strong>CodeMistic</strong> All Rights Reserved.</p>
</div>
</footer>
<!-- CSS Scripts -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js " integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj " crossorigin="anonymous "></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js " integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo " crossorigin="anonymous "></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js " integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI " crossorigin="anonymous "></script>
</body>
</html>