mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
83 lines
3.5 KiB
XML
83 lines
3.5 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.49.3 (20211023.0002)
|
|
-->
|
|
<!-- Title: misc/prime.c Pages: 1 -->
|
|
<svg width="265pt" height="84pt"
|
|
viewBox="0.00 0.00 265.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.c</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 261,-80 261,4 -4,4"/>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Program to identify if a number is prime number or not.">
|
|
<polygon fill="#bfbfbf" stroke="black" points="92.5,-56.5 92.5,-75.5 165.5,-75.5 165.5,-56.5 92.5,-56.5"/>
|
|
<text text-anchor="middle" x="129" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">misc/prime.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="M112.45,-56.32C96.01,-47.7 70.57,-34.36 51.53,-24.39"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="52.99,-21.2 42.51,-19.65 49.74,-27.4 52.99,-21.2"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="70.5,-0.5 70.5,-19.5 117.5,-19.5 117.5,-0.5 70.5,-0.5"/>
|
|
<text text-anchor="middle" x="94" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">math.h</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="midnightblue" d="M123.22,-56.08C118.33,-48.53 111.17,-37.49 105.17,-28.23"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="108.05,-26.24 99.67,-19.75 102.17,-30.05 108.05,-26.24"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="135.5,-0.5 135.5,-19.5 192.5,-19.5 192.5,-0.5 135.5,-0.5"/>
|
|
<text text-anchor="middle" x="164" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stdbool.h</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="midnightblue" d="M134.78,-56.08C139.67,-48.53 146.83,-37.49 152.83,-28.23"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="155.83,-30.05 158.33,-19.75 149.95,-26.24 155.83,-30.05"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="211,-0.5 211,-19.5 257,-19.5 257,-0.5 211,-0.5"/>
|
|
<text text-anchor="middle" x="234" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node5 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node1->Node5</title>
|
|
<path fill="none" stroke="midnightblue" d="M145.87,-56.32C162.71,-47.66 188.81,-34.24 208.24,-24.25"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="209.88,-27.34 217.17,-19.65 206.68,-21.12 209.88,-27.34"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|