TheAlgorithms-C/d8/d56/strong__number_8c__incl.svg

67 lines
2.7 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 6.0.2 (20221011.1828)
-->
<!-- Title: misc/strong_number.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/strong_number.c</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Strong number is a number whose sum of all digits factorial is equal to the number n For example: 14...">
<polygon fill="#999999" stroke="#666666" points="154.5,-74 41.5,-74 41.5,-55 154.5,-55 154.5,-74"/>
<text text-anchor="middle" x="98" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">misc/strong_number.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="M86.43,-54.98C75.58,-47 59.12,-34.88 46.12,-25.31"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="47.91,-22.28 37.78,-19.17 43.76,-27.92 47.91,-22.28"/>
</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,-47.8 98,-37.85 98,-29.13"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="101.5,-29.09 98,-19.09 94.5,-29.09 101.5,-29.09"/>
</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.09,-54.98C119.49,-47 135.26,-34.88 147.72,-25.31"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="149.91,-28.04 155.71,-19.17 145.65,-22.49 149.91,-28.04"/>
</g>
</g>
</svg>