-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
algo.html
221 lines (197 loc) · 10.5 KB
/
algo.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>eduAlgo - LinkedList</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A very simple python package made with python scripts to study different algorithms for educational purposes.">
<meta name="author" content="Abhijit2505">
<meta property="og:image" content="assets/images/eduAlgo-doc.png" />
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css2?family=Recursive&family=Zilla+Slab:wght@300&display=swap" rel="stylesheet">
<script defer src="assets/fontawesome/js/all.js"></script>
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/plugins/prism/prism.css">
<link rel="stylesheet" href="assets/plugins/elegant_font/css/style.css">
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
</head>
<body class="body-green">
<div class="page-wrapper">
<header id="header" class="header">
<div class="container">
<div class="branding">
<h1 class="logo">
<a href="index.html">
<span class="text-highlight">edu </span><span class="text-bold">Algo</span>
</a>
</h1>
</div>
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item"><a href="start.html">Documentation</a></li>
<li class="breadcrumb-item active">
Algorithms
</li>
</ol>
<div class="top-search-box">
<form class="form-inline search-form justify-content-center" action="" method="get">
<input type="text" placeholder="Search..." name="search" class="form-control search-input">
<button type="submit" class="btn search-btn" value="Search"><i class="fas fa-search"></i></button>
</form>
</div>
</div>
</header>
<div class="doc-wrapper">
<div class="container">
<div id="doc-header" class="doc-header text-center">
<h1 class="doc-title"><i class="icon fas fa-file-contract"></i> Algorithms Implementations</h1>
<div class="meta"><i class="far fa-clock"></i> Last updated: 2nd Dec, 2020</div>
</div>
<div class="doc-body row">
<div class="doc-content col-md-9 col-12 order-1">
<div class="content-inner">
<section id="code-section" class="doc-section">
<h2 class="section-title">Algorithms Module</h2>
<section class="cards-section text-center">
<div class="container">
<h2 class="title">Click Here To View the Documentation</h2>
<br /><br />
<div id="cards-wrapper" class="cards-wrapper row">
<div class="item item-green col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<i class="icon fas fa-dice-six"></i>
</div>
<div class="hvr-float">
<h3 class="title">Matrices</h3>
<a class="link" href="pages/matrices.html"><span></span></a>
</div>
</div>
</div>
<div class="item item-orange col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<i class="icon fas fa-sync-alt"></i>
</div>
<div class="hvr-float">
<h3 class="title">Sorting</h3>
<a class="link" href="pages/sorting.html"><span></span></a>
</div>
</div>
</div>
<div class="item item-blue col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<i class="icon fab fa-searchengin"></i>
</div>
<div class="hvr-float">
<h3 class="title">Search Algorithms</h3>
<a class="link" href="pages/search.html"><span></span></a>
</div>
</div>
</div>
<div class="item item-orange col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<i class="icon fas fa-sort-alpha-up-alt"></i>
</div>
<div class="hvr-float">
<h3 class="title">String Algorithms</h3>
<a class="link" href="pages/string.html"><span></span></a>
</div>
</div>
</div>
<div class="item item-blue col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<i class="icon far fa-handshake"></i>
</div>
<div class="hvr-float">
<h3 class="title">Greedy Algorithms</h3>
<a class="link" href="pages/greedy.html"><span></span></a>
</div>
</div>
</div>
</div>
</div>
</section>
</section>
<!-- <div id="doc-header" class="doc-header text-center">
<h1 class="doc-title"><i class="icon fas fa-bug"></i> Found Some Bugs ?</h1>
<div class="meta"><i class="far fa-envelope"></i> Mail The Developer here - [email protected]</div>
</div> -->
</div>
</div>
<!-- <div class="doc-sidebar col-md-3 col-12 order-0 d-none d-md-flex">
<div id="doc-nav" class="doc-nav">
<nav id="doc-menu" class="nav doc-menu flex-column sticky">
<a class="nav-link scrollto" href="#code-section">Linked List Implementations</a>
<nav class="doc-sub-menu nav flex-column">
<a class="nav-link scrollto" href="#palindromic">Palindromic Linked List</a>
<a class="nav-link scrollto" href="#remove-elements">Remove Linked List Elements</a>
<a class="nav-link scrollto" href="#remove-duplicates">Remove Duplicates From a Sorted List</a>
<a class="nav-link scrollto" href="#merge-lists">Merge Two Sorted List</a>
<a class="nav-link scrollto" href="#reversee-lists">Reverse Linked List</a>
<a class="nav-link scrollto" href="#delete-node-lists">Delete Node In a Linked List</a>
<a class="nav-link scrollto" href="#middle-lists">Middle Of the Linked List</a>
<a class="nav-link scrollto" href="#length-lists">Length of the Linked List</a>
<a class="nav-link scrollto" href="#decimal">Getting Decimal Value From Binary</a>
<a class="nav-link scrollto" href="#next-greater">Next Larger Nodes</a>
</nav>
</nav>
</div>
</div> -->
</div>
</div>
</div>
<div id="promo-block" class="promo-block">
<div class="container">
<div class="promo-block-inner">
<h3 class="promo-title text-center"><i class="fas fa-code"></i> <a href="#">Are you an ambitious Python Developer ?</a></h3>
<div class="row">
<div class="figure-holder col-lg-5 col-md-6 col-12">
<div class="figure-holder-inner">
<a href="https://github.com/Abhijit2505/eduAlgo" target="_blank"><img class="img-fluid" src="assets/images/eduAlgogithub.PNG" alt="Instance Theme" /></a>
<a class="mask" href="https://github.com/Abhijit2505/eduAlgo" target="_blank"><i class="icon fas fa-star pink"></i></a>
</div>
</div>
<div class="content-holder col-lg-7 col-md-6 col-12">
<div class="content-holder-inner">
<div class="desc">
<p>
Do you want to contribute to our project ? We welcome every python lover to
come forwards and have some fun with our source code.
Steps to contibute:
<ul>
<li>
Send an email to the developer <a href ="mailto:[email protected]">here</a> regarding your willingness to contribute
to the project.
</li>
<li>
Have a read of our "How To Contribute" documentation <a href = "https://github.com/Abhijit2505/eduAlgo/blob/master/CONTRIBUTING.md">here</a>.
</li>
</ul>
Keep coding, keep loving python <i class="fab fa-python"></i>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer text-center">
Copyright 2020 @<a href="https://github.com/Abhijit2505" target="_blank">Abhijit Tripathy</a>. Package Designed by <a href="https://github.com/Abhijit2505" target="_blank">Abhijit Tripathy</a> for python enthusiasts
[Theme Designed by <a href="https://themes.3rdwavemedia.com/" target="_blank">Xiaoying Riley</a>]
</footer>
<script type="text/javascript" src="assets/plugins/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/prism/prism.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js"></script>
<script type="text/javascript" src="assets/plugins/stickyfill/dist/stickyfill.min.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>