mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-01 05:53:30 +08:00
Documentation for 6376bf46af
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<map id="math/gcd_iterative_euclidean.cpp" name="math/gcd_iterative_euclidean.cpp">
|
||||
<area shape="rect" id="Node000001" title="Compute the greatest common denominator of two integers using iterative form of Euclidean algorithm" alt="" coords="26,5,155,46"/>
|
||||
<area shape="rect" id="Node000002" title=" " alt="" coords="5,94,77,120"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="80,48,59,82,54,80,76,45"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="80,48,59,82,54,79,76,45"/>
|
||||
<area shape="rect" id="Node000003" title=" " alt="" coords="101,94,179,120"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="105,45,127,80,122,82,100,48"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="105,45,126,79,122,82,100,48"/>
|
||||
</map>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?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 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: math/gcd_iterative_euclidean.cpp Pages: 1 -->
|
||||
<svg width="138pt" height="94pt"
|
||||
@@ -41,8 +41,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M54.6,-54.95C49.67,-47.1 43.54,-37.35 38.29,-28.99"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="40.74,-27.31 32.45,-20.7 34.81,-31.03 40.74,-27.31"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M54.6,-54.95C49.73,-47.19 43.68,-37.56 38.46,-29.26"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="41.54,-27.59 33.26,-20.98 35.62,-31.31 41.54,-27.59"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -59,8 +59,8 @@
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M72.9,-54.95C77.83,-47.1 83.96,-37.35 89.21,-28.99"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="92.69,-31.03 95.05,-20.7 86.76,-27.31 92.69,-31.03"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M72.9,-54.95C77.77,-47.19 83.82,-37.56 89.04,-29.26"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="91.88,-31.31 94.24,-20.98 85.96,-27.59 91.88,-31.31"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: math/gcd_iterative_euclidean.cpp Pages: 1 -->
|
||||
<svg width="138pt" height="94pt"
|
||||
@@ -31,8 +31,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M54.6,-54.95C49.67,-47.1 43.54,-37.35 38.29,-28.99"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="40.74,-27.31 32.45,-20.7 34.81,-31.03 40.74,-27.31"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M54.6,-54.95C49.73,-47.19 43.68,-37.56 38.46,-29.26"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="41.54,-27.59 33.26,-20.98 35.62,-31.31 41.54,-27.59"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -49,8 +49,8 @@
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M72.9,-54.95C77.83,-47.1 83.96,-37.35 89.21,-28.99"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="92.69,-31.03 95.05,-20.7 86.76,-27.31 92.69,-31.03"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M72.9,-54.95C77.77,-47.19 83.82,-37.56 89.04,-29.26"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="91.88,-31.31 94.24,-20.98 85.96,-27.59 91.88,-31.31"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Reference in New Issue
Block a user