-
Notifications
You must be signed in to change notification settings - Fork 0
/
algorithms.html
27 lines (25 loc) · 868 Bytes
/
algorithms.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
<!DOCTYPE html>
<head>
<title>flex test</title>
<link rel="stylesheet" type="text/css" href="Styling/style.css">
</head>
<body>
<header>
<nav>
<ul>
<li> <a href="index.html" > <h3>Home</h3> </a></li>
<li> <a href="aboutme.html" > <h3>About Me</h3> </a></li>
<li> <a href="challanges.html" > <h3>TSP Challanges</h3> </a></li>
<li> <h3>The Algorithms</h3> </li>
</ul>
</nav>
</header>
<h5> The Algorithms </h5>
<div class="container">
<img src="Resources/2opt.png" class = "flexpic">
<img src="Resources/25opt.png" class = "flexpic">
<img src="Resources/localRandom.png" class = "flexpic">
<img src="Resources/pseudocode.png" class = "flexpic">
</div>
</body>
</html>