-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 981 Bytes
/
Copy pathindex.html
File metadata and controls
19 lines (19 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html>
<head>
<title>Sorting Algos</title>
<link rel="stylesheet" href="1/style.css" type="text/css">
</head>
<body>
<div id="particles-js">
<h1>Welcome!</h1>
<p>This website provides a Pictorial Visualisation of the various sorting algorithms, their working and mechanism and also their comparisoin and swaping operations.<br> Here one can learn the basics of the Data Structure Sorting algorithms using various alogrithms and aproches. One can modify the number of inputs, and order in which they are arranged. Also user can modify the speed of algo presenation by modifing delay time.</p>
<a href="2/sec.html">
<button>Lets begin</button>
</a>
</div>
<script src="http://code.jquery.com/jquery-3.3.1.js"></script>
<script type="text/javascript" src="1/particles.js"></script>
<script type="text/javascript" src="1/app.js"></script>
</body>
</html>