mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-13 14:10:07 +08:00
83 lines
3.5 KiB
XML
83 lines
3.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 2.49.2 (20211016.1639)
|
|
-->
|
|
<!-- Title: math/area.cpp Pages: 1 -->
|
|
<svg width="256pt" height="84pt"
|
|
viewBox="0.00 0.00 255.50 84.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 80)">
|
|
<title>math/area.cpp</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 251.5,-80 251.5,4 -4,4"/>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Implementations for the area of various shapes.">
|
|
<polygon fill="#bfbfbf" stroke="black" points="79,-56.5 79,-75.5 159,-75.5 159,-56.5 79,-56.5"/>
|
|
<text text-anchor="middle" x="119" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">math/area.cpp</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 44,-19.5 44,-0.5 0,-0.5"/>
|
|
<text text-anchor="middle" x="22" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cmath</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="midnightblue" d="M103.42,-56.32C88,-47.74 64.19,-34.49 46.29,-24.52"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="47.99,-21.46 37.55,-19.65 44.58,-27.58 47.99,-21.46"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="62.5,-0.5 62.5,-19.5 107.5,-19.5 107.5,-0.5 62.5,-0.5"/>
|
|
<text text-anchor="middle" x="85" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cstdint</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="midnightblue" d="M113.39,-56.08C108.63,-48.53 101.68,-37.49 95.85,-28.23"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="98.8,-26.35 90.51,-19.75 92.88,-30.08 98.8,-26.35"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="125.5,-0.5 125.5,-19.5 180.5,-19.5 180.5,-0.5 125.5,-0.5"/>
|
|
<text text-anchor="middle" x="153" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="midnightblue" d="M124.61,-56.08C129.37,-48.53 136.32,-37.49 142.15,-28.23"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="145.12,-30.08 147.49,-19.75 139.2,-26.35 145.12,-30.08"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="198.5,-0.5 198.5,-19.5 247.5,-19.5 247.5,-0.5 198.5,-0.5"/>
|
|
<text text-anchor="middle" x="223" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node5 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node1->Node5</title>
|
|
<path fill="none" stroke="midnightblue" d="M135.71,-56.32C152.31,-47.7 178,-34.36 197.22,-24.39"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="199.07,-27.37 206.33,-19.65 195.84,-21.16 199.07,-27.37"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|