mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-02 14:31:57 +08:00
Documentation for 1a1570d775
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<map id="math/factorial.cpp" name="math/factorial.cpp">
|
||||
<area shape="rect" id="node1" title="C++ program to find factorial of given number." alt="" coords="5,5,132,31"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="33,79,105,104"/>
|
||||
<area shape="rect" id="node1" title="C++ program to find factorial of given number." alt="" coords="5,5,131,31"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="32,79,104,105"/>
|
||||
</map>
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
<?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 8.0.2 (20230410.1723)
|
||||
<!-- Generated by graphviz version 8.0.4 (20230421.1958)
|
||||
-->
|
||||
<!-- Title: math/factorial.cpp Pages: 1 -->
|
||||
<svg width="103pt" height="82pt"
|
||||
viewBox="0.00 0.00 103.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)">
|
||||
<svg width="102pt" height="83pt"
|
||||
viewBox="0.00 0.00 102.00 82.50" 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.5)">
|
||||
<title>math/factorial.cpp</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="C++ program to find factorial of given number.">
|
||||
<polygon fill="#999999" stroke="#666666" points="95,-74 0,-74 0,-55 95,-55 95,-74"/>
|
||||
<text text-anchor="middle" x="47.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">math/factorial.cpp</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="94,-74.5 0,-74.5 0,-55.25 94,-55.25 94,-74.5"/>
|
||||
<text text-anchor="middle" x="47" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">math/factorial.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -21,16 +21,16 @@
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="74.5,-19 20.5,-19 20.5,0 74.5,0 74.5,-19"/>
|
||||
<text text-anchor="middle" x="47.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="73.75,-19.25 20.25,-19.25 20.25,0 73.75,0 73.75,-19.25"/>
|
||||
<text text-anchor="middle" x="47" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M47.5,-54.75C47.5,-48.11 47.5,-38.73 47.5,-30.31"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="51,-30.44 47.5,-20.44 44,-30.44 51,-30.44"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M47,-55.08C47,-48.42 47,-38.99 47,-30.53"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="50.5,-30.61 47,-20.61 43.5,-30.61 50.5,-30.61"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user