TheAlgorithms-C/dc/dbe/poly__add_8c__incl.svg

52 lines
2.2 KiB
XML
Raw Normal View History

<?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.5 (20230430.1635)
-->
<!-- Title: misc/poly_add.c Pages: 1 -->
<svg width="118pt" height="83pt"
viewBox="0.00 0.00 118.38 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>misc/poly_add.c</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Implementation of [Addition of two polynomials] (https://en.wikipedia.org/wiki/Polynomial#Addition)">
<polygon fill="#999999" stroke="#666666" points="98.25,-74.5 11,-74.5 11,-55.25 98.25,-55.25 98.25,-74.5"/>
<text text-anchor="middle" x="54.62" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">misc/poly_add.c</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="45.25,-19.25 0,-19.25 0,0 45.25,0 45.25,-19.25"/>
<text text-anchor="middle" x="22.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M49.34,-55.08C45.06,-47.96 38.88,-37.68 33.55,-28.8"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="36.17,-27.38 28.02,-20.61 30.17,-30.98 36.17,-27.38"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="110.38,-19.25 62.88,-19.25 62.88,0 110.38,0 110.38,-19.25"/>
<text text-anchor="middle" x="86.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M59.91,-55.08C64.19,-47.96 70.37,-37.68 75.7,-28.8"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="79.08,-30.98 81.23,-20.61 73.08,-27.38 79.08,-30.98"/>
</g>
</g>
</svg>