mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-01 14:03:17 +08:00
Documentation for 1a1570d775
This commit is contained in:
@@ -1,42 +1,42 @@
|
||||
<?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.0.2 (20230410.1723)
|
||||
<!-- Generated by graphviz version 8.0.4 (20230421.1958)
|
||||
-->
|
||||
<!-- Title: extendedEuclid Pages: 1 -->
|
||||
<svg width="186pt" height="45pt"
|
||||
viewBox="0.00 0.00 186.00 45.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 41)">
|
||||
viewBox="0.00 0.00 185.50 45.25" 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 41.25)">
|
||||
<title>extendedEuclid</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title=" ">
|
||||
<polygon fill="#999999" stroke="#666666" points="83,-19 0,-19 0,0 83,0 83,-19"/>
|
||||
<text text-anchor="middle" x="41.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">extendedEuclid</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="82.75,-19.25 0,-19.25 0,0 82.75,0 82.75,-19.25"/>
|
||||
<text text-anchor="middle" x="41.38" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">extendedEuclid</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M24.75,-19.37C17.11,-27.94 22.69,-37 41.5,-37 52.37,-37 58.83,-33.97 60.86,-29.76"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="64.08,-29.21 58.25,-20.37 57.29,-30.92 64.08,-29.21"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M24.66,-19.54C17.04,-28.15 22.61,-37.25 41.38,-37.25 52.22,-37.25 58.66,-34.21 60.69,-29.98"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.9,-29.39 58.09,-20.54 57.11,-31.09 63.9,-29.39"/>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/algorithm/swap.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="178,-19 119,-19 119,0 178,0 178,-19"/>
|
||||
<text text-anchor="middle" x="148.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">std::swap</text>
|
||||
<polygon fill="white" stroke="#666666" points="177.5,-19.25 118.75,-19.25 118.75,0 177.5,0 177.5,-19.25"/>
|
||||
<text text-anchor="middle" x="148.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::swap</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M83.4,-9.5C91.38,-9.5 99.74,-9.5 107.69,-9.5"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="107.57,-13 117.57,-9.5 107.57,-6 107.57,-13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M83.17,-9.62C91.14,-9.62 99.48,-9.62 107.41,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="107.26,-13.13 117.26,-9.62 107.26,-6.13 107.26,-13.13"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.9 KiB |
Reference in New Issue
Block a user