TheAlgorithms-C/d2/d97/palindrome_8c__incl.svg
2022-11-02 06:20:05 +00:00

67 lines
2.7 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.0.0 (20221023.0053)
-->
<!-- Title: misc/palindrome.c Pages: 1 -->
<svg width="198pt" height="82pt"
viewBox="0.00 0.00 198.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>misc/palindrome.c</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Program to identify if a number is palindrome number or not.">
<polygon fill="#999999" stroke="#666666" points="146,-74 50,-74 50,-55 146,-55 146,-74"/>
<text text-anchor="middle" x="98" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">misc/palindrome.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="52,-19 0,-19 0,0 52,0 52,-19"/>
<text text-anchor="middle" x="26" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">assert.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="M85.79,-54.51C75.17,-46.7 59.56,-35.21 46.96,-25.93"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="49.38,-23.36 39.25,-20.26 45.23,-29 49.38,-23.36"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="126,-19 70,-19 70,0 126,0 126,-19"/>
<text text-anchor="middle" x="98" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdbool.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="M98,-54.75C98,-48.27 98,-39.16 98,-30.9"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="101.5,-30.96 98,-20.96 94.5,-30.96 101.5,-30.96"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="190,-19 144,-19 144,0 190,0 190,-19"/>
<text text-anchor="middle" x="167" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M109.7,-54.51C119.78,-46.77 134.54,-35.43 146.56,-26.2"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="148.47,-29.15 154.27,-20.28 144.21,-23.6 148.47,-29.15"/>
</g>
</g>
</svg>