TheAlgorithms-C/d2/d97/palindrome_8c__incl.svg

68 lines
2.8 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 2.46.0 (20210118.1747)
-->
<!-- Title: misc/palindrome.c Pages: 1 -->
<svg width="198pt" height="84pt"
viewBox="0.00 0.00 198.00 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>misc/palindrome.c</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 194,-80 194,4 -4,4"/>
<!-- 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="#bfbfbf" stroke="black" points="50,-56.5 50,-75.5 146,-75.5 146,-56.5 50,-56.5"/>
<text text-anchor="middle" x="98" y="-63.5" 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="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 52,-19.5 52,-0.5 0,-0.5"/>
<text text-anchor="middle" x="26" y="-7.5" 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="midnightblue" d="M86.43,-56.32C75.58,-48.18 59.12,-35.84 46.12,-26.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="47.88,-23.03 37.78,-19.83 43.68,-28.63 47.88,-23.03"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="70,-0.5 70,-19.5 126,-19.5 126,-0.5 70,-0.5"/>
<text text-anchor="middle" x="98" y="-7.5" 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="midnightblue" d="M98,-56.08C98,-49.01 98,-38.86 98,-29.99"/>
<polygon fill="midnightblue" stroke="midnightblue" points="101.5,-29.75 98,-19.75 94.5,-29.75 101.5,-29.75"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="144,-0.5 144,-19.5 190,-19.5 190,-0.5 144,-0.5"/>
<text text-anchor="middle" x="167" y="-7.5" 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="midnightblue" d="M109.09,-56.32C119.49,-48.18 135.26,-35.84 147.72,-26.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="149.99,-28.75 155.71,-19.83 145.68,-23.24 149.99,-28.75"/>
</g>
</g>
</svg>