mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-23 05:12:40 +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.50.0 (20211204.2007)
|
|
-->
|
|
<!-- Title: math/prime_factorization.cpp Pages: 1 -->
|
|
<svg width="262pt" height="84pt"
|
|
viewBox="0.00 0.00 262.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>math/prime_factorization.cpp</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 258,-80 258,4 -4,4"/>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Prime factorization of positive integers.">
|
|
<polygon fill="#bfbfbf" stroke="black" points="59.5,-56.5 59.5,-75.5 202.5,-75.5 202.5,-56.5 59.5,-56.5"/>
|
|
<text text-anchor="middle" x="131" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">math/prime_factorization.cpp</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 56,-19.5 56,-0.5 0,-0.5"/>
|
|
<text text-anchor="middle" x="28" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">algorithm</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="midnightblue" d="M114.45,-56.32C98.01,-47.7 72.57,-34.36 53.53,-24.39"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="54.99,-21.2 44.51,-19.65 51.74,-27.4 54.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="74,-0.5 74,-19.5 120,-19.5 120,-0.5 74,-0.5"/>
|
|
<text text-anchor="middle" x="97" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cstring</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="midnightblue" d="M125.39,-56.08C120.63,-48.53 113.68,-37.49 107.85,-28.23"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="110.8,-26.35 102.51,-19.75 104.88,-30.08 110.8,-26.35"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="138,-0.5 138,-19.5 192,-19.5 192,-0.5 138,-0.5"/>
|
|
<text text-anchor="middle" x="165" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="midnightblue" d="M136.61,-56.08C141.37,-48.53 148.32,-37.49 154.15,-28.23"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="157.12,-30.08 159.49,-19.75 151.2,-26.35 157.12,-30.08"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="210,-0.5 210,-19.5 254,-19.5 254,-0.5 210,-0.5"/>
|
|
<text text-anchor="middle" x="232" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node5 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node1->Node5</title>
|
|
<path fill="none" stroke="midnightblue" d="M147.23,-56.32C163.35,-47.7 188.3,-34.36 206.96,-24.39"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="208.64,-27.46 215.81,-19.65 205.34,-21.28 208.64,-27.46"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|