mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-22 12:52:48 +08:00
82 lines
3.3 KiB
XML
82 lines
3.3 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 6.0.1 (20220911.1526)
|
|
-->
|
|
<!-- Title: math/prime_factorization.cpp Pages: 1 -->
|
|
<svg width="262pt" height="82pt"
|
|
viewBox="0.00 0.00 262.00 82.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 78)">
|
|
<title>math/prime_factorization.cpp</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Prime factorization of positive integers.">
|
|
<polygon fill="#999999" stroke="#666666" points="202.5,-74 59.5,-74 59.5,-55 202.5,-55 202.5,-74"/>
|
|
<text text-anchor="middle" x="131" y="-62" 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="#e0e0e0" stroke="#999999" points="56,-19 0,-19 0,0 56,0 56,-19"/>
|
|
<text text-anchor="middle" x="28" y="-7" 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="#63b8ff" d="M114.45,-54.98C98.11,-46.57 72.87,-33.59 53.87,-23.81"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="55.34,-20.63 44.85,-19.17 52.14,-26.86 55.34,-20.63"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="120,-19 74,-19 74,0 120,0 120,-19"/>
|
|
<text text-anchor="middle" x="97" y="-7" 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="#63b8ff" d="M125.39,-54.75C120.68,-47.42 113.83,-36.73 108.03,-27.7"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="110.86,-25.62 102.51,-19.09 104.96,-29.4 110.86,-25.62"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="192,-19 138,-19 138,0 192,0 192,-19"/>
|
|
<text text-anchor="middle" x="165" y="-7" 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="#63b8ff" d="M136.61,-54.75C141.32,-47.42 148.17,-36.73 153.97,-27.7"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="157.04,-29.4 159.49,-19.09 151.14,-25.62 157.04,-29.4"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="254,-19 210,-19 210,0 254,0 254,-19"/>
|
|
<text text-anchor="middle" x="232" y="-7" 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="#63b8ff" d="M147.23,-54.98C163.18,-46.61 187.78,-33.7 206.38,-23.95"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="208.25,-26.92 215.48,-19.17 205,-20.72 208.25,-26.92"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|