forked from SamirPaulb/DSAlgo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
84 lines (67 loc) Β· 3.38 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
<!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, SamirPaul1, 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, 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://samirpaul.in/DSAlgo" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://samirpaul1.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://samirpaul1.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">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SRW1SPTVJX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SRW1SPTVJX');
</script>
<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%;
border: none;
}
iframe {
display: block;
width: 100%;
border: none;
overflow-y: auto;
overflow-x: hidden;
}
</style>
</head>
<body>
<noscript title="No JavaScript Support"> <h1>You need to enable JavaScript to run this app.</h1> </noscript>
<iframe src="https://github1s.com/SamirPaul1/DSAlgo"
frameborder="0"
marginheight="0"
marginwidth="0"
width="100%"
height="100%"
scrolling="auto">
</iframe>
</body>
</html>