mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-24 22:02:20 +08:00
67 lines
2.8 KiB
XML
67 lines
2.8 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 8.0.5 (20230430.1635)
|
|
-->
|
|
<!-- Title: others/pascal_triangle.cpp Pages: 1 -->
|
|
<svg width="193pt" height="83pt"
|
|
viewBox="0.00 0.00 193.38 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>others/pascal_triangle.cpp</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Pascal's triangle implementation.">
|
|
<polygon fill="#999999" stroke="#666666" points="153.62,-74.5 23.62,-74.5 23.62,-55.25 153.62,-55.25 153.62,-74.5"/>
|
|
<text text-anchor="middle" x="88.62" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">others/pascal_triangle.cpp</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="45.25,-19.25 0,-19.25 0,0 45.25,0 45.25,-19.25"/>
|
|
<text text-anchor="middle" x="22.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">cstring</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M77.43,-54.84C67.79,-47.07 53.67,-35.67 42.18,-26.4"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="44.64,-23.08 34.66,-19.52 40.24,-28.53 44.64,-23.08"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="113.5,-19.25 63.75,-19.25 63.75,0 113.5,0 113.5,-19.25"/>
|
|
<text text-anchor="middle" x="88.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">iomanip</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M88.62,-55.08C88.62,-48.42 88.62,-38.99 88.62,-30.53"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="92.13,-30.61 88.62,-20.61 85.13,-30.61 92.13,-30.61"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="185.38,-19.25 131.88,-19.25 131.88,0 185.38,0 185.38,-19.25"/>
|
|
<text text-anchor="middle" x="158.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="#63b8ff" d="M100.5,-54.84C110.82,-46.99 125.99,-35.45 138.25,-26.12"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="140.09,-28.36 145.93,-19.52 135.85,-22.79 140.09,-28.36"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|