2020-09-09 16:54:50 +00: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-07 19:38:36 +00:00
<!-- Generated by graphviz version 8.0.1 (20230327.1645)
2020-09-09 16:54:50 +00:00
-->
<!-- Title: test Pages: 1 -->
2022-09-08 00:17:03 +00:00
<svg width= "263pt" height= "212pt"
viewBox="0.00 0.00 263.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-09 16:54:50 +00:00
<title > test</title>
<!-- 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." >
2022-09-08 00:17:03 +00:00
<polygon fill= "#999999" stroke= "#666666" points= "33,-111 0,-111 0,-92 33,-92 33,-111" />
<text text-anchor= "middle" x= "16.5" y= "-99" font-family= "Helvetica,sans-Serif" font-size= "10.00" > test</text>
2020-09-09 16:54:50 +00: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#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 00:17:03 +00:00
<polygon fill= "white" stroke= "#666666" points= "154.5,-204 98.5,-204 98.5,-185 154.5,-185 154.5,-204" />
<text text-anchor= "middle" x= "126.5" y= "-192" font-family= "Helvetica,sans-Serif" font-size= "10.00" > minimum</text>
2020-09-09 16:54:50 +00:00
</a>
</g>
</g>
<!-- Node1->Node2 -->
<g id= "edge1" class= "edge" >
<title > Node1- > Node2</title>
2023-04-07 19:38:36 +00:00
<path fill= "none" stroke= "#63b8ff" d= "M21.66,-111.33C28.91,-127.33 45.41,-158.98 69,-176.5 74.59,-180.65 81.16,-183.86 87.81,-186.34" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "86.61,-189.95 97.2,-189.67 88.75,-183.29 86.61,-189.95" />
2020-09-09 16:54:50 +00:00
</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." >
2022-09-08 00:17:03 +00:00
<polygon fill= "white" stroke= "#666666" points= "177,-167 76,-167 76,-148 177,-148 177,-167" />
<text text-anchor= "middle" x= "126.5" y= "-155" font-family= "Helvetica,sans-Serif" font-size= "10.00" > segment_tree_build</text>
2020-09-09 16:54:50 +00:00
</a>
</g>
</g>
<!-- Node1->Node3 -->
<g id= "edge2" class= "edge" >
<title > Node1- > Node3</title>
2023-04-07 19:38:36 +00:00
<path fill= "none" stroke= "#63b8ff" d= "M28.64,-111.42C38.62,-119.86 53.96,-131.82 69,-139.5 71.93,-141 75.01,-142.4 78.16,-143.71" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "76.74,-147.3 87.33,-147.58 79.23,-140.75 76.74,-147.3" />
2020-09-09 16:54:50 +00:00
</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." >
2022-09-08 00:17:03 +00:00
<polygon fill= "white" stroke= "#666666" points= "184,-130 69,-130 69,-111 184,-111 184,-130" />
<text text-anchor= "middle" x= "126.5" y= "-118" font-family= "Helvetica,sans-Serif" font-size= "10.00" > segment_tree_dispose</text>
2020-09-09 16:54:50 +00:00
</a>
</g>
</g>
<!-- Node1->Node4 -->
<g id= "edge3" class= "edge" >
<title > Node1- > Node4</title>
2023-04-07 19:38:36 +00:00
<path fill= "none" stroke= "#63b8ff" d= "M33.44,-104.3C40.43,-105.53 49.15,-107.07 58.42,-108.7" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "57.6,-112.28 68.06,-110.57 58.82,-105.39 57.6,-112.28" />
2020-09-09 16:54:50 +00:00
</g>
<!-- Node5 -->
<g id= "node5" class= "node" >
<title > Node5</title>
2021-10-25 19:34:27 +00:00
<g id= "a_node5" > <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 00:17:03 +00:00
<polygon fill= "white" stroke= "#666666" points= "173.5,-93 79.5,-93 79.5,-74 173.5,-74 173.5,-93" />
<text text-anchor= "middle" x= "126.5" y= "-81" font-family= "Helvetica,sans-Serif" font-size= "10.00" > segment_tree_init</text>
2020-09-09 16:54:50 +00:00
</a>
</g>
</g>
<!-- Node1->Node5 -->
<g id= "edge4" class= "edge" >
<title > Node1- > Node5</title>
2023-04-07 19:38:36 +00:00
<path fill= "none" stroke= "#63b8ff" d= "M33.44,-98.84C42.88,-97.27 55.48,-95.17 68.33,-93.03" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "68.82,-96.33 78.11,-91.23 67.67,-89.42 68.82,-96.33" />
2020-09-09 16:54:50 +00:00
</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 ..." >
2022-09-08 00:17:03 +00:00
<polygon fill= "white" stroke= "#666666" points= "179,-56 74,-56 74,-37 179,-37 179,-56" />
<text text-anchor= "middle" x= "126.5" y= "-44" font-family= "Helvetica,sans-Serif" font-size= "10.00" > segment_tree_query</text>
2020-09-09 16:54:50 +00:00
</a>
</g>
</g>
<!-- Node1->Node7 -->
<g id= "edge6" class= "edge" >
<title > Node1- > Node7</title>
2023-04-07 19:38:36 +00:00
<path fill= "none" stroke= "#63b8ff" d= "M29.57,-91.57C39.62,-83.67 54.59,-72.77 69,-65.5 72.74,-63.61 76.71,-61.85 80.74,-60.21" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "81.68,-63.23 89.8,-56.42 79.21,-56.67 81.68,-63.23" />
2020-09-09 16:54:50 +00:00
</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..." >
2022-09-08 00:17:03 +00:00
<polygon fill= "white" stroke= "#666666" points= "181.5,-19 71.5,-19 71.5,0 181.5,0 181.5,-19" />
<text text-anchor= "middle" x= "126.5" y= "-7" font-family= "Helvetica,sans-Serif" font-size= "10.00" > segment_tree_update</text>
2020-09-09 16:54:50 +00:00
</a>
</g>
</g>
<!-- Node1->Node8 -->
<g id= "edge7" class= "edge" >
<title > Node1- > Node8</title>
2023-04-07 19:38:36 +00:00
<path fill= "none" stroke= "#63b8ff" d= "M21.76,-91.98C29.16,-76.46 45.87,-45.74 69,-28.5 71.07,-26.96 73.26,-25.54 75.55,-24.23" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "76.87,-26.99 84.32,-19.46 73.8,-20.7 76.87,-26.99" />
2020-09-09 16:54:50 +00:00
</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." >
2022-09-08 00:17:03 +00:00
<polygon fill= "white" stroke= "#666666" points= "255,-93 220,-93 220,-74 255,-74 255,-93" />
<text text-anchor= "middle" x= "237.5" y= "-81" font-family= "Helvetica,sans-Serif" font-size= "10.00" > func</text>
2020-09-09 16:54:50 +00:00
</a>
</g>
</g>
<!-- Node5->Node6 -->
<g id= "edge5" class= "edge" >
<title > Node5- > Node6</title>
2023-04-07 19:38:36 +00:00
<path fill= "none" stroke= "#63b8ff" d= "M173.73,-83.5C185.66,-83.5 198.13,-83.5 208.78,-83.5" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "208.52,-87 218.52,-83.5 208.52,-80 208.52,-87" />
2020-09-09 16:54:50 +00:00
</g>
</g>
</svg>