mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-30 08:41:30 +08:00
Documentation for fe692e8e01
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<map id="others/palindrome_of_number.cpp" name="others/palindrome_of_number.cpp">
|
||||
<area shape="rect" id="node1" title="Check if a number is palindrome or not." alt="" coords="71,5,217,47"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="5,95,83,121"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="107,95,181,121"/>
|
||||
<area shape="rect" id="node4" title=" " alt="" coords="205,95,267,121"/>
|
||||
<area shape="rect" id="node1" title="Check if a number is palindrome or not." alt="" coords="69,5,211,47"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="5,95,80,121"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="104,95,176,121"/>
|
||||
<area shape="rect" id="node4" title=" " alt="" coords="200,95,261,121"/>
|
||||
</map>
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
<?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.3 (20211023.0002)
|
||||
<!-- Generated by graphviz version 2.50.0 (20211204.2007)
|
||||
-->
|
||||
<!-- Title: others/palindrome_of_number.cpp Pages: 1 -->
|
||||
<svg width="204pt" height="95pt"
|
||||
viewBox="0.00 0.00 204.00 95.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<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 200,-91 200,4 -4,4"/>
|
||||
<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="49,-56.5 49,-86.5 159,-86.5 159,-56.5 49,-56.5"/>
|
||||
<text text-anchor="start" x="57" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">others/palindrome_of</text>
|
||||
<text text-anchor="middle" x="104" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_number.cpp</text>
|
||||
<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>
|
||||
@@ -23,46 +23,46 @@
|
||||
<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 58,-19.5 58,-0.5 0,-0.5"/>
|
||||
<text text-anchor="middle" x="29" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">algorithm</text>
|
||||
<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="M86.23,-56.4C74.65,-47.22 59.58,-35.26 47.8,-25.92"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="49.92,-23.13 39.91,-19.66 45.57,-28.61 49.92,-23.13"/>
|
||||
<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="76.5,-0.5 76.5,-19.5 131.5,-19.5 131.5,-0.5 76.5,-0.5"/>
|
||||
<text text-anchor="middle" x="104" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
<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="M104,-56.4C104,-48.47 104,-38.46 104,-29.86"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="107.5,-29.66 104,-19.66 100.5,-29.66 107.5,-29.66"/>
|
||||
<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="150,-0.5 150,-19.5 196,-19.5 196,-0.5 150,-0.5"/>
|
||||
<text text-anchor="middle" x="173" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cstring</text>
|
||||
<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="M120.35,-56.4C130.9,-47.31 144.6,-35.49 155.38,-26.19"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="157.67,-28.84 162.96,-19.66 153.1,-23.54 157.67,-28.84"/>
|
||||
<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>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
Reference in New Issue
Block a user