-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathstart.html
More file actions
368 lines (341 loc) · 18.5 KB
/
start.html
File metadata and controls
368 lines (341 loc) · 18.5 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>eduAlgo - Documentations</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 active">Documentation</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> Documentation</h1>
<div class="meta"><i class="far fa-clock"></i> Last updated: 19th Aug, 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="download-section" class="doc-section">
<h2 class="section-title">Download</h2>
<div class="section-block">
<p>This python package has been published with Python Package Index (PyPI) at <a href="https://pypi.org/project/eduAlgo/">eduAlgo</a>. There are two different ways to download the .tar and the .whl file manually,
<ul>
<li>
Download it from the <b>PyPI</b> server - <a href="https://pypi.org/project/eduAlgo/#files" class="btn btn-green" target="_blank"><i class="fas fa-download"></i> Download eduAlgo - PyPI</a>
</li>
<br />
<li>
Download it from <b>GITHUB</b> release - <a href="https://github.com/Abhijit2505/eduAlgo/releases/" class="btn btn-green" target="_blank"><i class="fas fa-download"></i> Download eduAlgo - GITHUB</a>
</li>
</ul>
</p>
</div>
</section>
<section id="installation-section" class="doc-section">
<h2 class="section-title">Fast Installation</h2>
<div id="step1" class="section-block">
<h3 class="block-title">Option - 1</h3>
<p>By using command prompt/python prompt, one can easily install it using pip.</p>
<div class="code-block">
<pre><code class="language-python">pip install eduAlgo</code></pre>
</div>
</div>
<div id="step2" class="section-block">
<h3 class="block-title">Option - 2</h3>
<p>
For Anaconda distribution users, one can install the Package
by running the following piece of code in your anaconda powershell prompt.
</p>
<div class="code-block">
<pre><code class="language-python">conda install eduAlgo</code> <div class="tooltip" id="copy-btn"><a class="copy-btn"><span class="tooltiptext" id="tooltip">Copy to clipboard</span><i class="icon far fa-copy"></i></a></div></pre>
</div>
</div>
</section>
<section id="code-section" class="doc-section">
<h2 class="section-title">Modules, Methods and Parameters</h2>
<div class="section-block">
<p>
The current version of eduAlgo, v1.2.0+ has five modules that includes,
<ul>
<li>
Algorithms
</li>
<li>
Linked List
</li>
<li>
Binary Tree
</li>
<li>
Stack
</li>
<li>
Queue
</li>
</ul>
</p>
</div>
<h2>Modules</h2><br />
<div id="html" class="section-block">
<div class="callout-block callout-success">
<div class="icon-holder">
<i class="fas fa-lightbulb"></i>
</div>
<div class="content">
<h4 class="callout-title">Important Information:</h4>
<p>The development process of this package is ongoing at <a href="https://github.com/Abhijit2505/eduAlgo" target="_blank">eduAlgo GITHUB</a>. The modules are incomplete and as soon as the development phase ends the
stable version will be released, which will contain a lot of functionalities and algorithms. </p>
</div>
</div>
</div>
<!-- <div id="linkedlist" class="section-block">
<h4>Linked List</h2>
<p>
Documentation for the Linked List implementations of the eduAlgo Package
can be viewed at - <br /> <a href="linkedlist.html" class="btn btn-green" ><i class="fas fa-file-contract"></i> Documentation - Linked List</a>
</p>
</div> -->
<!-- <div id="binarytree" class="section-block">
<h4>Binary Tree</h2>
<p>
Documentation for the Binary Tree implementations of the eduAlgo Package
can be viewed at - <br /> <a href="binarytree.html" class="btn btn-green"><i class="fas fa-file-contract"></i> Documentation - Binary Tree</a>
</p>
</div> -->
</section>
<section class="cards-section text-center">
<div class="container">
<h2 class="title" id="modules">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-d20"></i>
</div>
<div class="hvr-float">
<h3 class="title">Algorithms</h3>
<a class="link" href="algo.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-link"></i>
</div>
<div class="hvr-float">
<h3 class="title">Linked List Algorithms</h3>
<a class="link" href="linkedlist.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 fas fa-bezier-curve"></i>
</div>
<div class="hvr-float">
<h3 class="title">Binary Tree Algorithms</h3>
<a class="link" href="binarytree.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 fas fa-layer-group"></i>
</div>
<div class="hvr-float">
<h3 class="title">Stack</h3>
<a class="link" href="notworking.html"><span></span></a>
</div>
</div>
</div>
<div class="item item-green col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<i class="icon fas fa-person-booth"></i>
</div>
<div class="hvr-float">
<h3 class="title">Queue</h3>
<a class="link" href="notworking.html"><span></span></a>
</div>
</div>
</div>
</div>
</div>
</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 - abhijittripathy99@gmail.com</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="#download-section">Download</a>
<a class="nav-link scrollto" href="#installation-section">Installation</a>
<nav class="doc-sub-menu nav flex-column">
<a class="nav-link scrollto" href="#step1">Option - 1</a>
<a class="nav-link scrollto" href="#step2">Option - 2</a>
</nav>
<a class="nav-link scrollto" href="#code-section">Modules, Methods and Parameters</a>
<nav class="doc-sub-menu nav flex-column">
<a class="nav-link scrollto" href="#modules">algorithms</a>
<a class="nav-link scrollto" href="#modules">Linked List</a>
<a class="nav-link scrollto" href="#modules">Binary Tree</a>
<a class="nav-link scrollto" href="#modules">Stack</a>
<a class="nav-link scrollto" href="#modules">Queue</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> -->
</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:abhijittripathy99@gmail.com">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> -->
<footer id="foot">
<div class="main-content">
<div class="left box">
<h2>About Us</h2>
<div class="about">
<img class="about-image" src="https://github.com/CIPHERTron/documentation/blob/master/assets/images/eduAlgo.png?raw=true" alt="logo">
<p class="about-text">A very simple python package made with python scripts to study different algorithms for educational purposes.</p>
</div>
<div class="content">
<div class="social">
<a href="https://www.linkedin.com/company/edualgo"><img src="https://tanglewoodenergypartners.com/wp-content/uploads/2019/04/Linkedin-logo.png" style="height: 40px; border-radius: 50%; background: white;" /></a>
<a href="https://www.instagram.com/edu_algo/"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Instagram_logo_2016.svg/1200px-Instagram_logo_2016.svg.png" style="height: 40px; border-radius: 50%;" /></a>
<a href="https://dev.to/edualgo"><img src="https://cdn4.iconfinder.com/data/icons/logos-and-brands-1/512/84_Dev_logo_logos-512.png" style="height: 40px; border-radius: 0;" /></a>
<a href="https://github.com/eduAlgo"><img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" style="height: 40px; border-radius: 50%; background: white;" /></a>
</div>
</div>
</div>
<div class="center box">
<h2>Useful links</h2>
<div class="content">
<ul>
<li class="link"> <a href="https://edualgo.github.io/organization/">eduAlgo</a> </li>
<li class="link"> <a href="#about">Read the Docs</a> </li>
<li class="link"> <a href="#about">Releases</a> </li>
<li class="link"> <a href="#about">License</a></li>
<li class="link"> <a href="#">Team</a></li>
</ul>
</div>
</div>
<div class="right box">
<h2>Contact Us</h2>
<div class="content">
<div class="place" style="margin-bottom: 1.5rem;">
<i class="fas fa-map-marker-alt fa-3x"></i>
<p class="text" style="padding-top: 10px;">Bilaspur, Chattisgarh,India 495009</p>
</div>
<!-- <div class="phone" style="margin-bottom: 1.5rem;">
<i class="fas fa-phone-alt fa-3x"></i>
<div><p class="text" style="padding-top: 10px;">Mob:1234567890</p>
</div> -->
</div>
<div class="email" style="display: flex; margin-bottom: 1.5rem;">
<i class="fas fa-envelope fa-3x"></i>
<p class="text" style="padding-top: 8px; padding-left: 10px;">abhijittripathy99@gmail.com</p>
</div>
</div>
</div>
</div>
<div class="bottom">
<span class="credit">© Copyright,</span>
<span class="far fa-copyright"></span><span> <span style="color: #8C52FF;">eduAlgo</span> 2020. All rights reserved.</span>
<p>Package designed by @<span><a href="https://github.com/Abhijit2505" target="_blank" style="color: #8C52FF;">ABHIJIT TRIPATHY</a></span> for python enthusiasts</p>
<p>[Theme designed by <span><a href="https://themes.3rdwavemedia.com/" target="_blank" style="color: #8C52FF;">Xiaoying Riley</a></span>]</p>
</div>
</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>