mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-11 19:17:21 +08:00
53 lines
2.3 KiB
XML
53 lines
2.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 7.1.0 (20230121.1956)
|
|
-->
|
|
<!-- Title: math/gcd_iterative_euclidean.cpp Pages: 1 -->
|
|
<svg width="140pt" height="93pt"
|
|
viewBox="0.00 0.00 139.50 93.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 89)">
|
|
<title>math/gcd_iterative_euclidean.cpp</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Compute the greatest common denominator of two integers using iterative form of Euclidean algorithm">
|
|
<polygon fill="#999999" stroke="#666666" points="112.5,-85 15.5,-85 15.5,-55 112.5,-55 112.5,-85"/>
|
|
<text text-anchor="start" x="23.5" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">math/gcd_iterative</text>
|
|
<text text-anchor="middle" x="64" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">_euclidean.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="54,-19 0,-19 0,0 54,0 54,-19"/>
|
|
<text text-anchor="middle" x="27" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M54.85,-54.54C49.92,-46.74 43.78,-37.03 38.52,-28.71"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="41.6,-27.03 33.3,-20.45 35.68,-30.78 41.6,-27.03"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="131.5,-19 72.5,-19 72.5,0 131.5,0 131.5,-19"/>
|
|
<text text-anchor="middle" x="102" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdexcept</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M73.39,-54.54C78.46,-46.74 84.77,-37.03 90.17,-28.71"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="93.03,-30.74 95.54,-20.44 87.16,-26.92 93.03,-30.74"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|