2022-01-15 04:11:27 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
|
|
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
2023-09-28 02:38:24 +08:00
|
|
|
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
2022-01-15 04:11:27 +08:00
|
|
|
-->
|
|
|
|
<!-- Title: project_euler/problem_10 Pages: 1 -->
|
2023-04-28 03:43:13 +08:00
|
|
|
<svg width="106pt" height="79pt"
|
|
|
|
viewBox="0.00 0.00 106.00 78.50" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2023-06-21 05:10:10 +08:00
|
|
|
|
|
|
|
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
|
|
|
<style type="text/css"><![CDATA[
|
|
|
|
.node, .edge {opacity: 0.7;}
|
|
|
|
.node.selected, .edge.selected {opacity: 1;}
|
|
|
|
.edge:hover path { stroke: red; }
|
|
|
|
.edge:hover polygon { stroke: red; fill: red; }
|
|
|
|
]]></style>
|
|
|
|
<script type="application/ecmascript" xlink:href="svg.min.js"/>
|
|
|
|
<svg id="graph" class="graph">
|
2023-04-28 03:43:13 +08:00
|
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 74.5)">
|
2022-01-15 04:11:27 +08:00
|
|
|
<title>project_euler/problem_10</title>
|
|
|
|
<g id="clust1" class="cluster">
|
|
|
|
<title>clusterdir_b3d331eabd4234f247030c297aaf021c</title>
|
|
|
|
<g id="a_clust1"><a xlink:href="dir_b3d331eabd4234f247030c297aaf021c.html" target="_top" xlink:title="project_euler">
|
2023-04-28 03:43:13 +08:00
|
|
|
<polygon fill="#edf0f7" stroke="#404040" stroke-dasharray="5,2" points="8,-8 8,-62.5 90,-62.5 90,-8 8,-8"/>
|
|
|
|
<text text-anchor="middle" x="49" y="-49" font-family="Helvetica,sans-Serif" font-size="10.00">project_euler</text>
|
2022-01-15 04:11:27 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- dir_16b947d8e9a05fe119d0675493324331 -->
|
|
|
|
<g id="node1" class="node">
|
|
|
|
<title>dir_16b947d8e9a05fe119d0675493324331</title>
|
|
|
|
<g id="a_node1"><a xlink:href="dir_16b947d8e9a05fe119d0675493324331.html" target="_top" xlink:title="problem_10">
|
2023-04-28 03:43:13 +08:00
|
|
|
<polygon fill="#edf0f7" stroke="#404040" stroke-width="2" points="82.12,-35.25 15.88,-35.25 15.88,-16 82.12,-16 82.12,-35.25"/>
|
|
|
|
<text text-anchor="middle" x="49" y="-21.75" font-family="Helvetica,sans-Serif" font-size="10.00">problem_10</text>
|
2022-01-15 04:11:27 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|
2023-06-21 05:10:10 +08:00
|
|
|
</svg>
|
|
|
|
|
|
|
|
<style type='text/css'>
|
|
|
|
<![CDATA[
|
|
|
|
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
|
|
|
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
|
|
|
]]>
|
|
|
|
</style>
|
|
|
|
<script type="application/ecmascript"><![CDATA[
|
|
|
|
document.addEventListener('DOMContentLoaded', (event) => {
|
|
|
|
highlightEdges();
|
|
|
|
highlightAdjacentNodes();
|
|
|
|
});
|
|
|
|
]]></script>
|
|
|
|
</svg>
|