mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-06-14 22:27:45 +08:00
69 lines
3.0 KiB
XML
69 lines
3.0 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.44.1 (20200629.0846)
|
|
-->
|
|
<!-- Title: others/palindrome_of_number.cpp Pages: 1 -->
|
|
<svg width="200pt" height="95pt"
|
|
viewBox="0.00 0.00 200.00 95.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 91)">
|
|
<title>others/palindrome_of_number.cpp</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 196,-91 196,4 -4,4"/>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Check if a number is palindrome or not.">
|
|
<polygon fill="#bfbfbf" stroke="black" points="47.5,-56.5 47.5,-86.5 154.5,-86.5 154.5,-56.5 47.5,-56.5"/>
|
|
<text text-anchor="start" x="55.5" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">others/palindrome_of</text>
|
|
<text text-anchor="middle" x="101" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_number.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 56,-19.5 56,-0.5 0,-0.5"/>
|
|
<text text-anchor="middle" x="28" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">algorithm</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="midnightblue" d="M83.7,-56.4C72.55,-47.31 58.05,-35.49 46.64,-26.19"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="48.58,-23.26 38.62,-19.66 44.16,-28.69 48.58,-23.26"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="74,-0.5 74,-19.5 128,-19.5 128,-0.5 74,-0.5"/>
|
|
<text text-anchor="middle" x="101" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="midnightblue" d="M101,-56.4C101,-48.47 101,-38.46 101,-29.86"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="104.5,-29.66 101,-19.66 97.5,-29.66 104.5,-29.66"/>
|
|
</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">cstring</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="midnightblue" d="M117.12,-56.4C127.4,-47.4 140.75,-35.72 151.33,-26.47"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="153.88,-28.88 159.11,-19.66 149.27,-23.61 153.88,-28.88"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|