Skip to content

Commit 41737dc

Browse files
committed
HTML file for map coloring
1 parent b717695 commit 41737dc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

chapter3/map_coloring.html

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Australian Map Coloring Problem</title>
5+
</head>
6+
<body>
7+
<pre>
8+
<script type="text/javascript" src="../util_web.js"></script>
9+
<script type="text/javascript" src="csp.js"></script>
10+
<script type="text/javascript" src="map_coloring.js"></script>
11+
</pre>
12+
<p><a href="../index.html">Back to list</a></p>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)