mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 19:47:53 +08:00
58 lines
2.5 KiB
XML
58 lines
2.5 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.2 (20221011.1828)
|
|
-->
|
|
<!-- Title: main Pages: 1 -->
|
|
<svg width="136pt" height="82pt"
|
|
viewBox="0.00 0.00 136.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>main</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Main function.">
|
|
<polygon fill="#999999" stroke="#666666" points="38,-37 0,-37 0,-18 38,-18 38,-37"/>
|
|
<text text-anchor="middle" x="19" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:href="../../de/dcf/binary__exponent_8cpp.html#aeb48dce0725e63d19147944f41843c73" target="_top" xlink:title=" ">
|
|
<polygon fill="white" stroke="#666666" points="127,-56 75,-56 75,-37 127,-37 127,-56"/>
|
|
<text text-anchor="middle" x="101" y="-44" font-family="Helvetica,sans-Serif" font-size="10.00">binExpo</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M38.15,-31.81C46.14,-33.71 55.81,-36 65.1,-38.21"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="64.41,-41.64 74.94,-40.55 66.02,-34.83 64.41,-41.64"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
|
|
<polygon fill="white" stroke="#666666" points="128,-19 74,-19 74,0 128,0 128,-19"/>
|
|
<text text-anchor="middle" x="101" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M38.15,-23.42C45.79,-21.7 54.96,-19.63 63.87,-17.63"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="64.74,-21.02 73.73,-15.41 63.2,-14.19 64.74,-21.02"/>
|
|
</g>
|
|
<!-- Node2->Node2 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node2->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M88.36,-56.08C82.21,-64.73 86.43,-74 101,-74 109.88,-74 114.91,-70.56 116.1,-65.91"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="119.46,-64.93 113.64,-56.08 112.67,-66.63 119.46,-64.93"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|