mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-11 19:17:21 +08:00
Documentation for 1a1570d775
This commit is contained in:
@@ -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/complex_numbers.cpp Pages: 1 -->
|
||||
<svg width="400pt" height="82pt"
|
||||
viewBox="0.00 0.00 400.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="395pt" height="83pt"
|
||||
viewBox="0.00 0.00 394.50 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/complex_numbers.cpp</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="An implementation of Complex Number as Objects.">
|
||||
<polygon fill="#999999" stroke="#666666" points="258.5,-74 118.5,-74 118.5,-55 258.5,-55 258.5,-74"/>
|
||||
<text text-anchor="middle" x="188.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">math/complex_numbers.cpp</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="255.62,-74.5 116.62,-74.5 116.62,-55.25 255.62,-55.25 255.62,-74.5"/>
|
||||
<text text-anchor="middle" x="186.12" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">math/complex_numbers.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -21,91 +21,91 @@
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="49,-19 0,-19 0,0 49,0 49,-19"/>
|
||||
<text text-anchor="middle" x="24.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="48.25,-19.25 0,-19.25 0,0 48.25,0 48.25,-19.25"/>
|
||||
<text text-anchor="middle" x="24.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M160.68,-54.51C132.8,-45.5 89.81,-31.61 59.6,-21.84"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.09,-18.32 50.5,-18.58 58.94,-24.98 61.09,-18.32"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M158.64,-54.84C131.15,-45.8 88.76,-31.87 58.93,-22.06"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="60.15,-18.45 49.56,-18.66 57.96,-25.1 60.15,-18.45"/>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="111.5,-19 67.5,-19 67.5,0 111.5,0 111.5,-19"/>
|
||||
<text text-anchor="middle" x="89.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cmath</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="109.62,-19.25 66.62,-19.25 66.62,0 109.62,0 109.62,-19.25"/>
|
||||
<text text-anchor="middle" x="88.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">cmath</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M171.71,-54.51C156.25,-46.24 133.1,-33.84 115.3,-24.31"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="117.51,-20.99 107.05,-19.36 114.21,-27.16 117.51,-20.99"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M169.5,-54.84C154.44,-46.66 131.98,-34.46 114.47,-24.94"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="116.29,-21.4 105.83,-19.7 112.95,-27.55 116.29,-21.4"/>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="183,-19 130,-19 130,0 183,0 183,-19"/>
|
||||
<text text-anchor="middle" x="156.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">complex</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="180.5,-19.25 127.75,-19.25 127.75,0 180.5,0 180.5,-19.25"/>
|
||||
<text text-anchor="middle" x="154.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">complex</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M183.22,-54.75C178.93,-47.66 172.76,-37.42 167.42,-28.59"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="170.06,-27.19 161.9,-20.44 164.07,-30.81 170.06,-27.19"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M180.84,-55.08C176.56,-47.96 170.38,-37.68 165.05,-28.8"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="167.67,-27.38 159.52,-20.61 161.67,-30.98 167.67,-27.38"/>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="node5" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_node5"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="242,-19 201,-19 201,0 242,0 242,-19"/>
|
||||
<text text-anchor="middle" x="221.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">ctime</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="238.12,-19.25 198.12,-19.25 198.12,0 238.12,0 238.12,-19.25"/>
|
||||
<text text-anchor="middle" x="218.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">ctime</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node5 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M193.95,-54.75C198.37,-47.66 204.74,-37.42 210.24,-28.59"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="213.62,-30.78 215.93,-20.44 207.68,-27.08 213.62,-30.78"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M191.41,-55.08C195.69,-47.96 201.87,-37.68 207.2,-28.8"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="210.58,-30.98 212.73,-20.61 204.58,-27.38 210.58,-30.98"/>
|
||||
</g>
|
||||
<!-- Node6 -->
|
||||
<g id="node6" class="node">
|
||||
<title>Node6</title>
|
||||
<g id="a_node6"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="314.5,-19 260.5,-19 260.5,0 314.5,0 314.5,-19"/>
|
||||
<text text-anchor="middle" x="287.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="309.88,-19.25 256.38,-19.25 256.38,0 309.88,0 309.88,-19.25"/>
|
||||
<text text-anchor="middle" x="283.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node6 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M205.29,-54.51C220.75,-46.24 243.9,-33.84 261.7,-24.31"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="262.79,-27.16 269.95,-19.36 259.49,-20.99 262.79,-27.16"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M202.58,-54.84C217.49,-46.66 239.72,-34.46 257.04,-24.94"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="258.51,-27.58 265.59,-19.7 255.14,-21.45 258.51,-27.58"/>
|
||||
</g>
|
||||
<!-- Node7 -->
|
||||
<g id="node7" class="node">
|
||||
<title>Node7</title>
|
||||
<g id="a_node7"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="392,-19 333,-19 333,0 392,0 392,-19"/>
|
||||
<text text-anchor="middle" x="362.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdexcept</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="386.5,-19.25 327.75,-19.25 327.75,0 386.5,0 386.5,-19.25"/>
|
||||
<text text-anchor="middle" x="357.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">stdexcept</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node7 -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>Node1->Node7</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M218.02,-54.51C246.85,-45.73 290.93,-32.3 322.82,-22.59"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="323.58,-25.71 332.13,-19.45 321.54,-19.01 323.58,-25.71"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M215.13,-54.84C243.38,-46.04 286.53,-32.61 317.85,-22.86"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="318.47,-26.02 326.97,-19.7 316.39,-19.33 318.47,-26.02"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.7 KiB |
Reference in New Issue
Block a user