TheAlgorithms-C/da/da0/segment__tree_8c_aa8dca7b867074164d5f45b0f3851269d_cgraph.svg

128 lines
6.8 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 2.46.0 (20210118.1747)
-->
<!-- Title: test Pages: 1 -->
<svg width="263pt" height="218pt"
viewBox="0.00 0.00 263.00 218.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 214)">
<title>test</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-214 259,-214 259,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Test RMQ Testing Segment tree using Range Minimum Queries.">
<polygon fill="#bfbfbf" stroke="black" points="0,-95.5 0,-114.5 33,-114.5 33,-95.5 0,-95.5"/>
<text text-anchor="middle" x="16.5" y="-102.5" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../da/da0/segment__tree_8c.html#a93bfab032ce9dbc0c1feaeee32a885fb" target="_top" xlink:title="Utility for test A function compare for minimum between two integers This function is used as combine...">
<polygon fill="white" stroke="black" points="98.5,-190.5 98.5,-209.5 154.5,-209.5 154.5,-190.5 98.5,-190.5"/>
<text text-anchor="middle" x="126.5" y="-197.5" font-family="Helvetica,sans-Serif" font-size="10.00">minimum</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M21.54,-114.66C28.73,-130.73 45.27,-162.97 69,-181 74.89,-185.48 81.9,-188.94 88.94,-191.59"/>
<polygon fill="midnightblue" stroke="midnightblue" points="87.87,-194.93 98.46,-194.75 90.07,-188.28 87.87,-194.93"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../da/da0/segment__tree_8c.html#aae59daf9a0dc33f8cbc7a525a616ee75" target="_top" xlink:title="Builds a Segment tree It is assumed that leaves of tree already contains data.">
<polygon fill="white" stroke="black" points="76,-152.5 76,-171.5 177,-171.5 177,-152.5 76,-152.5"/>
<text text-anchor="middle" x="126.5" y="-159.5" font-family="Helvetica,sans-Serif" font-size="10.00">segment_tree_build</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M28.28,-114.53C38.27,-122.95 53.82,-135.1 69,-143 73.03,-145.1 77.35,-147.04 81.72,-148.81"/>
<polygon fill="midnightblue" stroke="midnightblue" points="80.74,-152.18 91.33,-152.42 83.2,-145.62 80.74,-152.18"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="../../da/da0/segment__tree_8c.html#af20a9f373083d3f701e1cd92560cef01" target="_top" xlink:title="Dispose Segment Tree Frees all heap memory accquired by segment tree.">
<polygon fill="white" stroke="black" points="69,-114.5 69,-133.5 184,-133.5 184,-114.5 69,-114.5"/>
<text text-anchor="middle" x="126.5" y="-121.5" font-family="Helvetica,sans-Serif" font-size="10.00">segment_tree_dispose</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M33.44,-107.8C41.17,-109.16 51.03,-110.9 61.4,-112.72"/>
<polygon fill="midnightblue" stroke="midnightblue" points="61,-116.21 71.46,-114.49 62.21,-109.31 61,-116.21"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:href="../../da/da0/segment__tree_8c.html#acecc34fd89923ab41dcee3a779622816" target="_top" xlink:title="Initializes Segment Tree Accquires memory for segment tree and fill the leaves of segment tree with d...">
<polygon fill="white" stroke="black" points="79.5,-76.5 79.5,-95.5 173.5,-95.5 173.5,-76.5 79.5,-76.5"/>
<text text-anchor="middle" x="126.5" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">segment_tree_init</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node1&#45;&gt;Node5</title>
<path fill="none" stroke="midnightblue" d="M33.44,-102.2C43.07,-100.5 55.99,-98.23 69.1,-95.92"/>
<polygon fill="midnightblue" stroke="midnightblue" points="69.86,-99.34 79.11,-94.16 68.65,-92.45 69.86,-99.34"/>
</g>
<!-- Node7 -->
<g id="node7" class="node">
<title>Node7</title>
<g id="a_node7"><a xlink:href="../../da/da0/segment__tree_8c.html#af61bd96660cb53f49f28d60a5f1d0c91" target="_top" xlink:title="Query the segment tree This function helps in range query of segment tree This function assumes that ...">
<polygon fill="white" stroke="black" points="74,-38.5 74,-57.5 179,-57.5 179,-38.5 74,-38.5"/>
<text text-anchor="middle" x="126.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">segment_tree_query</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node7 -->
<g id="edge6" class="edge">
<title>Node1&#45;&gt;Node7</title>
<path fill="none" stroke="midnightblue" d="M28.28,-95.47C38.27,-87.05 53.82,-74.9 69,-67 73.03,-64.9 77.35,-62.96 81.72,-61.19"/>
<polygon fill="midnightblue" stroke="midnightblue" points="83.2,-64.38 91.33,-57.58 80.74,-57.82 83.2,-64.38"/>
</g>
<!-- Node8 -->
<g id="node8" class="node">
<title>Node8</title>
<g id="a_node8"><a xlink:href="../../da/da0/segment__tree_8c.html#a1e81a9bbf01716f1b4fb27ef36a9098c" target="_top" xlink:title="For point updates This function updates the element at given index and also updates segment tree acco...">
<polygon fill="white" stroke="black" points="71.5,-0.5 71.5,-19.5 181.5,-19.5 181.5,-0.5 71.5,-0.5"/>
<text text-anchor="middle" x="126.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">segment_tree_update</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node8 -->
<g id="edge7" class="edge">
<title>Node1&#45;&gt;Node8</title>
<path fill="none" stroke="midnightblue" d="M21.54,-95.34C28.73,-79.27 45.27,-47.03 69,-29 71.47,-27.12 74.15,-25.42 76.93,-23.88"/>
<polygon fill="midnightblue" stroke="midnightblue" points="78.61,-26.96 86.14,-19.51 75.6,-20.64 78.61,-26.96"/>
</g>
<!-- Node6 -->
<g id="node6" class="node">
<title>Node6</title>
<g id="a_node6"><a xlink:href="../../dd/d93/client_8c.html#ac17020a38607ab29ce18939d5194a32a" target="_top" xlink:title="Continuous loop to send and receive over the socket.">
<polygon fill="white" stroke="black" points="220,-76.5 220,-95.5 255,-95.5 255,-76.5 220,-76.5"/>
<text text-anchor="middle" x="237.5" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">func</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node6 -->
<g id="edge5" class="edge">
<title>Node5&#45;&gt;Node6</title>
<path fill="none" stroke="midnightblue" d="M173.73,-86C186,-86 198.84,-86 209.69,-86"/>
<polygon fill="midnightblue" stroke="midnightblue" points="209.78,-89.5 219.78,-86 209.78,-82.5 209.78,-89.5"/>
</g>
</g>
</svg>