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.49.2 (20211016.1639)
-->
<!-- Title: misc/palindrome.c Pages: 1 -->
<svg width="200pt" height="84pt"
viewBox="0.00 0.00 200.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 196,-80 196,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.5,-56.5 50.5,-75.5 147.5,-75.5 147.5,-56.5 50.5,-56.5"/>
<text text-anchor="middle" x="99" 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="M87.27,-56.32C76.16,-48.11 59.26,-35.6 46.02,-25.81"/>
<polygon fill="midnightblue" stroke="midnightblue" points="48.06,-22.97 37.94,-19.83 43.9,-28.59 48.06,-22.97"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="70.5,-0.5 70.5,-19.5 127.5,-19.5 127.5,-0.5 70.5,-0.5"/>
<text text-anchor="middle" x="99" 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="M99,-56.08C99,-49.01 99,-38.86 99,-29.99"/>
<polygon fill="midnightblue" stroke="midnightblue" points="102.5,-29.75 99,-19.75 95.5,-29.75 102.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="146,-0.5 146,-19.5 192,-19.5 192,-0.5 146,-0.5"/>
<text text-anchor="middle" x="169" 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="M110.25,-56.32C120.8,-48.18 136.8,-35.84 149.44,-26.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="151.77,-28.71 157.55,-19.83 147.49,-23.17 151.77,-28.71"/>
</g>
</g>
</svg>