-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
393 lines (314 loc) · 19.1 KB
/
index.html
File metadata and controls
393 lines (314 loc) · 19.1 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
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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Algorithms</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="shortcut icon" type="image/ico" href="favicon.ico"/>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link href='https://fonts.googleapis.com/css?family=Jura:600' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/main.css">
<style>
body {
padding-top: 50px;
padding-bottom: 20px;
}
h1 {
font-family: 'Jura', 'Roboto', Georgia, sans-serif;
margin-bottom: 20px;
}
.navbar {
border: 1px;
}
h3 {
font-family: 'Exo 2', 'Roboto';
}
</style>
<!-- <link rel="stylesheet" href="css/bootstrap-theme.min.css"> -->
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- navbar start -->
<nav class="navbar navbar-fixed-top navbar-default navbar-custom">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Algorithms</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<!-- <li class="active"><a href="bfs.html">BFS <span class="sr-only">(current)</span></a></li> -->
<!-- <li class="active"><a href="#">Others</a></li> -->
<!-- search bar start -->
<!-- <form class="navbar-form navbar-left" role="search" action="" method="post"> -->
<div class="navbar-form navbar-left form-group">
<input type="text" class="form-control" placeholder="Search" id="filter">
<span class="badge" id="filter-count"></span>
</div>
<!-- <button type="submit" class="btn btn-default btn-js_search">Search</button> -->
<!-- </form> -->
<!-- search bar end -->
</ul>
<!-- <ul class="nav navbar-nav navbar-right">
<li><a href="#">Link</a></li>
</ul> -->
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- navbar end -->
<!-- container start -->
<div class="container-fluid graph">
<div class="row">
<div class="col-md-4"><img src="img/petersenblue1.svg" class="petersengraph img-responsive" style="margin: 0 auto;"></div>
<div class="col-md-4"><img src="img/petersenblue2.svg" class="petersengraph img-responsive" style="margin: 0 auto;"></div>
<div class="col-md-4"><img src="img/crosspath.svg" class="petersengraph img-responsive" style="margin: 0 auto;"></div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<h1 class="center-text">Algorithms in animation</h1>
</div>
</div>
<div class="container" id="photo-container">
<div class="row">
<div class="col-md-4 home-image">
<a href="bfs.html">
<img src="img/bfs.png" data-tags = "BFS Breadth First Search" alt="BFS" class="img-responsive img-circle w3-card-4 w3-border w3-padding-special img-home img-hover-pos">
</a>
<h3 class="center-text">BFS</h3>
</div>
<div class="col-md-4 home-image">
<a href="bfs.html">
<img src="img/dfs.png" data-tags = "DFS Depth First Search" alt="DFS" class="img-responsive img-circle w3-card-4 w3-border w3-padding-special img-home img-hover-pos">
</a>
<h3 class="center-text">DFS</h3>
</div>
<div class="col-md-4 home-image">
<a href="sort.html">
<img src="img/sort.png" data-tags = "Sorting" class="img-responsive img-circle w3-card-4 w3-border img-home img-hover-pos">
</a>
<h3 class="center-text">Sorting</h3>
</div>
</div>
<div class="row">
<div class="col-md-4 home-image">
<a >
<img src="img/notavailable.png" data-tags = "MST Minimum Spanning Trees Prim Kruskal" class="img-responsive img-circle w3-card-4 w3-border img-home img-hover-neg">
</a>
<h3 class="center-text">Minimum Spanning Trees</h3>
</div>
<div class="col-md-4 home-image">
<a >
<img src="img/notavailable.png" data-tags = "SSSP Single-Source Shortest Paths Dijkstra Bellman Ford" class="img-responsive img-circle w3-card-4 w3-border img-home img-hover-neg">
</a>
<h3 class="center-text">Single-Source Shortest Paths</h3>
</div>
<div class="col-md-4 home-image">
<a >
<img src="img/notavailable.png" data-tags = "All-Pairs Shortest Paths" class="img-responsive img-circle w3-card-4 w3-border img-home img-hover-neg">
</a>
<h3 class="center-text">All-Pairs Shortest Paths</h3>
</div>
</div>
<div class="row">
<div class="col-md-4 home-image">
<a>
<img src="img/notavailable.png" data-tags = "SCC Strongly Connected Components" class="img-responsive img-circle w3-card-4 w3-border img-home img-hover-neg">
</a>
<h3 class="center-text">Strongly Connected Components</h3>
</div>
<div class="col-md-4 home-image">
<a >
<img src="img/notavailable.png" data-tags = "Linked Lists" class="img-responsive img-circle w3-card-4 w3-border img-home img-hover-neg">
</a>
<h3 class="center-text">Linked Lists</h3>
</div>
<div class="col-md-4 home-image">
<a >
<img src="img/notavailable.png" data-tags = "Trees" class="img-responsive img-circle w3-card-4 w3-border img-home img-hover-neg">
</a>
<h3 class="center-text">Trees</h3>
</div>
</div>
</div>
<!-- container end -->
<footer class="footer">
<div class="container">
<a href="" data-toggle="modal" data-target="#aboutmodal" class="footerlink">About</a>
<div id="aboutmodal" class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel">
<div class="modal-dialog modal-lg">
<div class="panel panel-primary">
<div class="panel-heading">
<h2>About</h2>
</div>
<div class="panel-body footer-modal">
<p>
Algorithms are easy to grasp with the help of animation. So I have tried to animate the most common algorithms used in mathematics and computer science. I hope students will find them useful in the pursuit of learning algorithms.
</p>
<p>
Mainul Islam Mahi
</p>
<p>
BRAC University
</p>
<!-- <p>
*The rotating graphs shown at the top are actually called Petersen Graphs. They are interesting in many ways. To learn more go to the following links.
</p>
<p>
<a target="_blank" href="http://mathworld.wolfram.com/PetersenGraph.html">Wolfram MathWorld</a>
</p>
<p>
<a target="_blank" href="https://en.wikipedia.org/wiki/Petersen_graph">Wikipedia</a>
</p> -->
</div>
</div>
</div>
</div>
<a href="" data-toggle="modal" data-target="#licensemodal" class="footerlink">License</a>
<div id="licensemodal" class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel">
<div class="modal-dialog modal-lg">
<div class="panel panel-primary">
<div class="panel-heading">
<h2>License</h2>
</div>
<div class="panel-body footer-modal">
<p>
The MIT License (MIT)
</p>
<p>
Copyright (c) 2016 Mainul Islam Mahi
</p>
<p>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
</p>
<p>
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
</p>
<p>
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
</p>
</div>
</div>
</div>
</div>
<!-- <a href="#" data-toggle="modal" data-target="#constructionmodal" class="footerlink">Under Construction</a>
<div id="constructionmodal" class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel">
<div class="modal-dialog modal-lg">
<div class="panel panel-primary">
<div class="panel-heading">
<h2>Under Construction</h2>
</div>
<div class="panel-body footer-modal">
<p>
The MIT License (MIT)
</p>
<p>
Copyright (c) 2016 Mainul Islam Mahi
</p>
<p>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
</p>
<p>
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
</p>
<p>
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
</p>
</div>
</div>
</div>
</div> -->
<a href="" data-toggle="modal" data-target="#ackmodal" class="footerlink">Acknowledgement</a>
<div id="ackmodal" class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel">
<div class="modal-dialog modal-lg">
<div class="panel panel-primary">
<div class="panel-heading">
<h2>Acknowledgement</h2>
</div>
<div class="panel-body footer-modal">
<p>Libraries/Frameworks used :</p>
<ul>
<li><a target="_blank" href="https://d3js.org/">D3 js</a></li>
<li><a target="_blank" href="http://jquery.com/">jquery</a></li>
<li><a target="_blank" href="http://getbootstrap.com/">Bootstrap</a></li>
</ul>
<p>Icons provided free by <a target="_blank" href="http://emojione.com/">Emoji One</a></p>
<p>Draw graph inspired from <a target="_blank" href="https://bl.ocks.org/mbostock/f705fc55e6f26df29354">Mike Bostock's</a> blog</p>
<p>
The rotating graphs shown at the top are actually called Petersen Graphs. They are interesting in many ways. To learn more go to the following links.
</p>
<p>
<a target="_blank" href="http://mathworld.wolfram.com/PetersenGraph.html">Wolfram MathWorld</a>
</p>
<p>
<a target="_blank" href="https://en.wikipedia.org/wiki/Petersen_graph">Wikipedia</a>
</p>
</div>
</div>
</div>
</div>
<!-- <a href="" data-toggle="modal" data-target="#issuemodal" class="footerlink">Issues</a>
<div id="issuemodal" class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel">
<div class="modal-dialog modal-lg">
<div class="panel panel-primary">
<div class="panel-heading">
<h2>Issues</h2>
</div>
<div class="panel-body footer-modal">
<p>The site is not complete. Please use the features that are complete and be patient for updates.</p>
</div>
</div>
</div>
</div> -->
<!-- insert new element here -->
</div>
</footer>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/vendor/bootstrap.min.js"></script>
<!-- minified -->
<script src="js/search.min.js"></script>
<!-- full -->
<!-- <script src="js/search.js"></script>
</body>
</html>