-
Notifications
You must be signed in to change notification settings - Fork 489
/
index.html
126 lines (96 loc) Β· 5.46 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
<!DOCTYPE html>
<html>
<head>
<!-- Primary Meta Tags -->
<title>Data Structures & Algorithms for Coding Interview</title>
<meta name="title" content="Data Structures & Algorithms for Coding Interview">
<meta name="description" content="A repository that contains all the Data Structures and Algorithms concepts and solutions to various problems in Python3 stored in a structured manner.">
<meta name="keywords" content="Data Structures & Algorithms for Coding Interview, Python, python3, Data Structures, Algorithms, Coding Interview, FAANG, Google, Amazon, Netflix, Microsoft, Meta, Facebook, Data Structures and Algorithms, DSA, DSAlgo, Samir Paul, SamirPaulb, SamirPaulb, samirpaul.in, samirpaul.com, Data Structures - Algorithms Basics, HTML, Python, CSS, SQL, JavaScript, How to, PHP, Java, C++, jQuery, Bootstrap, C#, XML, MySQL, NodeJS, React, Angular, R, AI, Git, Data Science, Code Game, Tutorials, Programming, Web Development, Training, Learning, Quiz, Courses, Lessons, References, Examples, Source code, Demos, Tips, DSA GitHub, Coding Interviews, interview preparation, System Degign, DSA Repository"/>
<link rel="shortcut icon" href="https://raw.githubusercontent.com/SamirPaulb/assets/main/samirpaul1-dsalgo-favicon_python.ico">
<link rel="canonical" href="https://SamirPaulb.github.io/DSAlgo" />
<link rel="manifest" href="https://SamirPaulb.github.io/assets/dsalgo/website/manifest.json">
<meta name="robots" content="INDEX, FOLLOW">
<meta name="robots" content="index, follow"/>
<meta name="p:domain_verify" content="24bac6e1fbf1750de40d59bb788d9dd9"/>
<meta name="p:domain_verify" content="24bac6e1fbf1750de40d59bb788d9dd9"/>
<meta name="msvalidate.01" content="1A92FC2EC113F8616A21D76DA684A133" />
<meta name="yandex-verification" content="fe6a06c57be84984" />
<meta name="yandex-verification" content="39e29790ebc96010" />
<meta name="facebook-domain-verification" content="3pkgruuk3kzlsn3jdfehgbd4sem1qb" />
<meta name="google-site-verification" content="tTMVzrqoAcZ0jIPOokXcTMAEaj5XHbk2aQcAFyjAtf0" />
<meta name="google-site-verification" content="uziThFIJ1huzKLCKv-DChPbWZTRRFqmmdA6pcA-dqzs" />
<meta name="google-site-verification" content="fVqw6aziPBBMvC50fkQ3A6y38AhIfhUhfDyIzqqdGTs" />
<meta name="google-site-verification" content="0xx-nlxp3UCpu_YITeTuMA4ld0Jup5hg69j-QNot0aU" />
<meta name="google-site-verification" content="YZkjOzwrUSuP4dJNNznzDnp1oGqYsVN9KuQPaZ9Q61o" />
<meta name="norton-safeweb-site-verification" content="2xno70lnqo1ajcykeat10qud6lat0xlkc2bskxz0k9ma74g0bn-kprra5ev6bwui2s6-2394l0ryopjet7yt3hs8tokilug2cfhocw3r0nlj2t1xx690tgu82t59wtwi" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://SamirPaulb.github.io/DSAlgo/">
<meta property="og:title" content="Data Structures & Algorithms for Coding Interview">
<meta property="og:description" content="A repository that contains all the Data Structures and Algorithms concepts and solutions to various problems in Python3 stored in a structured manner.">
<meta property="og:image" content="https://raw.githubusercontent.com/SamirPaulb/assets/main/dsa-in-python.jpeg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://SamirPaulb.github.io/DSAlgo/">
<meta property="twitter:title" content="Data Structures & Algorithms for Coding Interview">
<meta property="twitter:description" content="A repository that contains all the Data Structures and Algorithms concepts and solutions to various problems in Python3 stored in a structured manner.">
<meta property="twitter:image" content="https://raw.githubusercontent.com/SamirPaulb/assets/main/dsa-in-python.jpeg">
<link rel="preconnect" href="https://www.google-analytics.com" crossorigin="use-credentials">
<link rel="dns-prefetch" href="https://www.google-analytics.com">
<link rel="preconnect" href="https://www.googletagmanager.com" crossorigin="anonymous">
<link rel="dns-prefetch" href="https://www.googletagmanager.com">
<link rel="preconnect" href="https://github1s.com" crossorigin="anonymous">
<link rel="dns-prefetch" href="https://github1s.com">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
html {
overflow: auto;
}
html,
body,
div,
iframe {
margin: 0px;
padding: 0px;
height: 100%;
display: block;
width: 100%;
border: none;
overflow-y: auto;
overflow-x: hidden;
}
</style>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CP4QE6ZEV0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CP4QE6ZEV0');
</script>
</head>
<body>
<noscript title="No JavaScript Support"> <h1>You need to enable JavaScript to run this app.</h1> </noscript>
<iframe src="https://github1s.com/SamirPaulb/DSAlgo"
title="DSAlgo"
frameborder="0"
marginheight="0"
marginwidth="0"
width="100%"
height="100%"
scrolling="auto">
</iframe>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('https://spcdn.pages.dev/dsalgo-serviceworker.js');
}
document.querySelector('#show').addEventListener('click', () => {
const iconUrl = document.querySelector('select').selectedOptions[0].value;
let imgElement = document.createElement('img');
imgElement.src = iconUrl;
document.querySelector('#container').appendChild(imgElement);
});
</script>
</body>
</html>