mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
68 lines
2.8 KiB
XML
68 lines
2.8 KiB
XML
|
<?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">
|
||
|
<!-- Generated by graphviz version 2.44.1 (20200629.0846)
|
||
|
-->
|
||
|
<!-- Title: misc/prime_seive.c Pages: 1 -->
|
||
|
<svg width="190pt" height="84pt"
|
||
|
viewBox="0.00 0.00 190.00 84.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 80)">
|
||
|
<title>misc/prime_seive.c</title>
|
||
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 186,-80 186,4 -4,4"/>
|
||
|
<!-- Node1 -->
|
||
|
<g id="node1" class="node">
|
||
|
<title>Node1</title>
|
||
|
<g id="a_node1"><a xlink:title="Prime Seive algorithm implementation.">
|
||
|
<polygon fill="#bfbfbf" stroke="black" points="42.5,-56.5 42.5,-75.5 143.5,-75.5 143.5,-56.5 42.5,-56.5"/>
|
||
|
<text text-anchor="middle" x="93" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">misc/prime_seive.c</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node2 -->
|
||
|
<g id="node2" class="node">
|
||
|
<title>Node2</title>
|
||
|
<g id="a_node2"><a xlink:title=" ">
|
||
|
<polygon fill="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 52,-19.5 52,-0.5 0,-0.5"/>
|
||
|
<text text-anchor="middle" x="26" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">assert.h</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node2 -->
|
||
|
<g id="edge1" class="edge">
|
||
|
<title>Node1->Node2</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M82.24,-56.32C72.23,-48.26 57.11,-36.08 45.07,-26.37"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="46.94,-23.38 36.96,-19.83 42.55,-28.83 46.94,-23.38"/>
|
||
|
</g>
|
||
|
<!-- Node3 -->
|
||
|
<g id="node3" class="node">
|
||
|
<title>Node3</title>
|
||
|
<g id="a_node3"><a xlink:title=" ">
|
||
|
<polygon fill="white" stroke="#bfbfbf" points="70,-0.5 70,-19.5 116,-19.5 116,-0.5 70,-0.5"/>
|
||
|
<text text-anchor="middle" x="93" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node3 -->
|
||
|
<g id="edge2" class="edge">
|
||
|
<title>Node1->Node3</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M93,-56.08C93,-49.01 93,-38.86 93,-29.99"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="96.5,-29.75 93,-19.75 89.5,-29.75 96.5,-29.75"/>
|
||
|
</g>
|
||
|
<!-- Node4 -->
|
||
|
<g id="node4" class="node">
|
||
|
<title>Node4</title>
|
||
|
<g id="a_node4"><a xlink:title=" ">
|
||
|
<polygon fill="white" stroke="#bfbfbf" points="134,-0.5 134,-19.5 182,-19.5 182,-0.5 134,-0.5"/>
|
||
|
<text text-anchor="middle" x="158" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node4 -->
|
||
|
<g id="edge3" class="edge">
|
||
|
<title>Node1->Node4</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M103.44,-56.32C113.15,-48.26 127.82,-36.08 139.5,-26.37"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="141.91,-28.92 147.37,-19.83 137.44,-23.53 141.91,-28.92"/>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|