mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-11 19:17:21 +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 7.1.0 (20230121.1956)
|
|
-->
|
|
<!-- 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.81C45.74,-33.61 54.83,-35.77 63.69,-37.88"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="62.63,-41.22 73.17,-40.13 64.25,-34.41 62.63,-41.22"/>
|
|
</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.46,-21.77 54.17,-19.81 62.72,-17.89"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.26,-21.35 72.25,-15.74 61.72,-14.52 63.26,-21.35"/>
|
|
</g>
|
|
<!-- Node2->Node2 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node2->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M88.16,-56.37C82.31,-64.94 86.59,-74 101,-74 108.66,-74 113.45,-71.44 115.39,-67.76"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="118.86,-67.3 114.04,-57.87 111.93,-68.25 118.86,-67.3"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|