2020-09-10 00:54:50 +08:00
<?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">
2023-04-08 03:38:36 +08:00
<!-- Generated by graphviz version 8.0.1 (20230327.1645)
2020-09-10 00:54:50 +08:00
-->
<!-- Title: main Pages: 1 -->
2022-09-08 08:17:03 +08:00
<svg width= "337pt" height= "212pt"
viewBox="0.00 0.00 337.00 212.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 208)" >
2020-09-10 00:54:50 +08:00
<title > main</title>
<!-- Node1 -->
<g id= "node1" class= "node" >
<title > Node1</title>
<g id= "a_node1" > <a xlink:title= "Main Function." >
2022-09-08 08:17:03 +08:00
<polygon fill= "#999999" stroke= "#666666" points= "38,-111 0,-111 0,-92 38,-92 38,-111" />
<text text-anchor= "middle" x= "19" y= "-99" font-family= "Helvetica,sans-Serif" font-size= "10.00" > main</text>
2020-09-10 00:54:50 +08:00
</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#aa8dca7b867074164d5f45b0f3851269d" target= "_top" xlink:title= "Test RMQ Testing Segment tree using Range Minimum Queries." >
2022-09-08 08:17:03 +08:00
<polygon fill= "white" stroke= "#666666" points= "107,-111 74,-111 74,-92 107,-92 107,-111" />
<text text-anchor= "middle" x= "90.5" y= "-99" font-family= "Helvetica,sans-Serif" font-size= "10.00" > test</text>
2020-09-10 00:54:50 +08:00
</a>
</g>
</g>
<!-- Node1->Node2 -->
<g id= "edge1" class= "edge" >
<title > Node1- > Node2</title>
2023-04-08 03:38:36 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M38.26,-101.5C45.89,-101.5 54.9,-101.5 63.23,-101.5" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "62.95,-105 72.95,-101.5 62.95,-98 62.95,-105" />
2020-09-10 00:54:50 +08:00
</g>
<!-- Node3 -->
<g id= "node3" class= "node" >
<title > Node3</title>
<g id= "a_node3" > <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..." >
2022-09-08 08:17:03 +08:00
<polygon fill= "white" stroke= "#666666" points= "228.5,-204 172.5,-204 172.5,-185 228.5,-185 228.5,-204" />
<text text-anchor= "middle" x= "200.5" y= "-192" font-family= "Helvetica,sans-Serif" font-size= "10.00" > minimum</text>
2020-09-10 00:54:50 +08:00
</a>
</g>
</g>
<!-- Node2->Node3 -->
<g id= "edge2" class= "edge" >
<title > Node2- > Node3</title>
2023-04-08 03:38:36 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M95.66,-111.33C102.91,-127.33 119.41,-158.98 143,-176.5 148.59,-180.65 155.16,-183.86 161.81,-186.34" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "160.61,-189.95 171.2,-189.67 162.75,-183.29 160.61,-189.95" />
2020-09-10 00:54:50 +08:00
</g>
<!-- Node4 -->
<g id= "node4" class= "node" >
<title > Node4</title>
<g id= "a_node4" > <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." >
2022-09-08 08:17:03 +08:00
<polygon fill= "white" stroke= "#666666" points= "251,-167 150,-167 150,-148 251,-148 251,-167" />
<text text-anchor= "middle" x= "200.5" y= "-155" font-family= "Helvetica,sans-Serif" font-size= "10.00" > segment_tree_build</text>
2020-09-10 00:54:50 +08:00
</a>
</g>
</g>
<!-- Node2->Node4 -->
<g id= "edge3" class= "edge" >
<title > Node2- > Node4</title>
2023-04-08 03:38:36 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M102.64,-111.42C112.62,-119.86 127.96,-131.82 143,-139.5 145.93,-141 149.01,-142.4 152.16,-143.71" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "150.74,-147.3 161.33,-147.58 153.23,-140.75 150.74,-147.3" />
2020-09-10 00:54:50 +08:00
</g>
<!-- Node5 -->
<g id= "node5" class= "node" >
<title > Node5</title>
<g id= "a_node5" > <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." >
2022-09-08 08:17:03 +08:00
<polygon fill= "white" stroke= "#666666" points= "258,-130 143,-130 143,-111 258,-111 258,-130" />
<text text-anchor= "middle" x= "200.5" y= "-118" font-family= "Helvetica,sans-Serif" font-size= "10.00" > segment_tree_dispose</text>
2020-09-10 00:54:50 +08:00
</a>
</g>
</g>
<!-- Node2->Node5 -->
<g id= "edge4" class= "edge" >
<title > Node2- > Node5</title>
2023-04-08 03:38:36 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M107.44,-104.3C114.43,-105.53 123.15,-107.07 132.42,-108.7" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "131.6,-112.28 142.06,-110.57 132.82,-105.39 131.6,-112.28" />
2020-09-10 00:54:50 +08:00
</g>
<!-- Node6 -->
<g id= "node6" class= "node" >
<title > Node6</title>
2021-10-26 03:34:27 +08:00
<g id= "a_node6" > <a xlink:href= "../../da/da0/segment__tree_8c.html#a3513a2b7c3f1d15aa3d019af1f834cde" target= "_top" xlink:title= "Initializes Segment Tree Accquires memory for segment tree and fill the leaves of segment tree with d..." >
2022-09-08 08:17:03 +08:00
<polygon fill= "white" stroke= "#666666" points= "247.5,-93 153.5,-93 153.5,-74 247.5,-74 247.5,-93" />
<text text-anchor= "middle" x= "200.5" y= "-81" font-family= "Helvetica,sans-Serif" font-size= "10.00" > segment_tree_init</text>
2020-09-10 00:54:50 +08:00
</a>
</g>
</g>
<!-- Node2->Node6 -->
<g id= "edge5" class= "edge" >
<title > Node2- > Node6</title>
2023-04-08 03:38:36 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M107.44,-98.84C116.88,-97.27 129.48,-95.17 142.33,-93.03" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "142.82,-96.33 152.11,-91.23 141.67,-89.42 142.82,-96.33" />
2020-09-10 00:54:50 +08:00
</g>
<!-- Node8 -->
<g id= "node8" class= "node" >
<title > Node8</title>
<g id= "a_node8" > <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 ..." >
2022-09-08 08:17:03 +08:00
<polygon fill= "white" stroke= "#666666" points= "253,-56 148,-56 148,-37 253,-37 253,-56" />
<text text-anchor= "middle" x= "200.5" y= "-44" font-family= "Helvetica,sans-Serif" font-size= "10.00" > segment_tree_query</text>
2020-09-10 00:54:50 +08:00
</a>
</g>
</g>
<!-- Node2->Node8 -->
<g id= "edge7" class= "edge" >
<title > Node2- > Node8</title>
2023-04-08 03:38:36 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M103.57,-91.57C113.62,-83.67 128.59,-72.77 143,-65.5 146.74,-63.61 150.71,-61.85 154.74,-60.21" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "155.68,-63.23 163.8,-56.42 153.21,-56.67 155.68,-63.23" />
2020-09-10 00:54:50 +08:00
</g>
<!-- Node9 -->
<g id= "node9" class= "node" >
<title > Node9</title>
<g id= "a_node9" > <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..." >
2022-09-08 08:17:03 +08:00
<polygon fill= "white" stroke= "#666666" points= "255.5,-19 145.5,-19 145.5,0 255.5,0 255.5,-19" />
<text text-anchor= "middle" x= "200.5" y= "-7" font-family= "Helvetica,sans-Serif" font-size= "10.00" > segment_tree_update</text>
2020-09-10 00:54:50 +08:00
</a>
</g>
</g>
<!-- Node2->Node9 -->
<g id= "edge8" class= "edge" >
<title > Node2- > Node9</title>
2023-04-08 03:38:36 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M95.76,-91.98C103.16,-76.46 119.87,-45.74 143,-28.5 145.07,-26.96 147.26,-25.54 149.55,-24.23" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "150.87,-26.99 158.32,-19.46 147.8,-20.7 150.87,-26.99" />
2020-09-10 00:54:50 +08:00
</g>
<!-- Node7 -->
<g id= "node7" class= "node" >
<title > Node7</title>
<g id= "a_node7" > <a xlink:href= "../../dd/d93/client_8c.html#ac17020a38607ab29ce18939d5194a32a" target= "_top" xlink:title= "Continuous loop to send and receive over the socket." >
2022-09-08 08:17:03 +08:00
<polygon fill= "white" stroke= "#666666" points= "329,-93 294,-93 294,-74 329,-74 329,-93" />
<text text-anchor= "middle" x= "311.5" y= "-81" font-family= "Helvetica,sans-Serif" font-size= "10.00" > func</text>
2020-09-10 00:54:50 +08:00
</a>
</g>
</g>
<!-- Node6->Node7 -->
<g id= "edge6" class= "edge" >
<title > Node6- > Node7</title>
2023-04-08 03:38:36 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M247.73,-83.5C259.66,-83.5 272.13,-83.5 282.78,-83.5" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "282.52,-87 292.52,-83.5 282.52,-80 282.52,-87" />
2020-09-10 00:54:50 +08:00
</g>
</g>
</svg>