mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 11:37:18 +08:00
Documentation for 1a1570d775
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
<?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: math/least_common_multiple.cpp Pages: 1 -->
|
||||
<svg width="171pt" height="82pt"
|
||||
viewBox="0.00 0.00 171.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)">
|
||||
<svg width="170pt" height="83pt"
|
||||
viewBox="0.00 0.00 170.25 82.50" 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.5)">
|
||||
<title>math/least_common_multiple.cpp</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title=" ">
|
||||
<polygon fill="#999999" stroke="#666666" points="163,-74 0,-74 0,-55 163,-55 163,-74"/>
|
||||
<text text-anchor="middle" x="81.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">math/least_common_multiple.cpp</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="162.25,-74.5 0,-74.5 0,-55.25 162.25,-55.25 162.25,-74.5"/>
|
||||
<text text-anchor="middle" x="81.12" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">math/least_common_multiple.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -21,31 +21,31 @@
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="71,-19 22,-19 22,0 71,0 71,-19"/>
|
||||
<text text-anchor="middle" x="46.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="71.25,-19.25 23,-19.25 23,0 71.25,0 71.25,-19.25"/>
|
||||
<text text-anchor="middle" x="47.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M75.72,-54.75C71.04,-47.66 64.28,-37.42 58.44,-28.59"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="60.84,-26.86 52.41,-20.44 55,-30.72 60.84,-26.86"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M75.51,-55.08C70.96,-47.96 64.4,-37.68 58.73,-28.8"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.19,-27.15 52.86,-20.61 55.29,-30.92 61.19,-27.15"/>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="143.5,-19 89.5,-19 89.5,0 143.5,0 143.5,-19"/>
|
||||
<text text-anchor="middle" x="116.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="142.88,-19.25 89.38,-19.25 89.38,0 142.88,0 142.88,-19.25"/>
|
||||
<text text-anchor="middle" x="116.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M87.28,-54.75C91.96,-47.66 98.72,-37.42 104.56,-28.59"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="108,-30.72 110.59,-20.44 102.16,-26.86 108,-30.72"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M86.9,-55.08C91.59,-47.96 98.34,-37.68 104.18,-28.8"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="107.65,-30.89 110.22,-20.61 101.8,-27.04 107.65,-30.89"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Reference in New Issue
Block a user