Select Git revision
-
Luca Capezzuto authoredLuca Capezzuto authored
index.html 761 B
<!DOCTYPE html>
<html>
<head>
<title>
Sorting Algorithm Visualiser
</title>
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<div id="header">
<h1>
<a href="/" id="home">
Alex Mansfield's web server!
</a>
</h1>
</div>
<div id="subheader">
<h1>
Sorting Algorithm Visualiser
</h1>
<a href="../">Coding Challenges/</a>
</div>
<div id="container">
<ul>
<li>
<a href="sorter.html?algo=bubble">Bubble Sort</a>
</li>
<li>
<a href="sorter.html?algo=cocktailshaker">Cocktail Shaker Sort</a>
</li>
<li>
<a href="sorter.html?algo=quicksort">Quick Sort</a>
</li>
<li>
<a href="sorter.html?algo=heapsort">Heap Sort</a>
</li>
</ul>
</div>
<div id="footer">
</div>
</body>
</html>