-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
37 lines (29 loc) · 1.78 KB
/
index.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
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Begin Jekyll SEO tag v2.3.0 -->
<title>VisuAlgo-GraphColoring | WelshPowell algorithm animated with VisuAlgo</title>
<meta property="og:title" content="VisuAlgo-GraphColoring" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="WelshPowell algorithm animated with VisuAlgo" />
<meta property="og:description" content="WelshPowell algorithm animated with VisuAlgo" />
<link rel="canonical" href="https://ahmedengu.github.io/VisuAlgo-GraphColoring/" />
<meta property="og:url" content="https://ahmedengu.github.io/VisuAlgo-GraphColoring/" />
<meta property="og:site_name" content="VisuAlgo-GraphColoring" />
<script type="application/ld+json">
{"name":"VisuAlgo-GraphColoring","description":"WelshPowell algorithm animated with VisuAlgo","author":null,"@type":"WebSite","url":"https://ahmedengu.github.io/VisuAlgo-GraphColoring/","image":null,"publisher":null,"headline":"VisuAlgo-GraphColoring","dateModified":null,"datePublished":null,"sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<meta http-equiv="refresh" content="0; url=https://ahmedengu.github.io/VisuAlgo-GraphColoring/src/index.html" />
<link href="/VisuAlgo-GraphColoring/assets/css/style.css?v=dbba6c2512379f014b9a3039d046ac4a801bcdbf" rel="stylesheet">
</head>
<body>
<div class="container-lg px-3 my-5 markdown-body">
<h1 id="visualgo-graphcoloring">VisuAlgo-GraphColoring</h1>
<p>WelshPowell algorithm animated with VisuAlgo</p>
</div>
<script src="/VisuAlgo-GraphColoring/assets/javascript/anchor-js/anchor.min.js"></script>
<script>anchors.add();</script>
</body>
</html>