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">
|
2021-10-26 03:34:27 +08:00
|
|
|
<!-- Generated by graphviz version 2.49.2 (20211016.1639)
|
2020-09-10 00:54:50 +08:00
|
|
|
-->
|
|
|
|
<!-- Title: data_structures/binary_trees/segment_tree.c Pages: 1 -->
|
|
|
|
<svg width="336pt" height="95pt"
|
|
|
|
viewBox="0.00 0.00 335.50 95.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 91)">
|
|
|
|
<title>data_structures/binary_trees/segment_tree.c</title>
|
|
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 331.5,-91 331.5,4 -4,4"/>
|
|
|
|
<!-- Node1 -->
|
|
|
|
<g id="node1" class="node">
|
|
|
|
<title>Node1</title>
|
|
|
|
<g id="a_node1"><a xlink:title="segment trees with only point updates">
|
2021-10-26 03:34:27 +08:00
|
|
|
<polygon fill="#bfbfbf" stroke="black" points="113,-56.5 113,-86.5 229,-86.5 229,-56.5 113,-56.5"/>
|
|
|
|
<text text-anchor="start" x="121" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures/binary</text>
|
2020-09-10 00:54:50 +08:00
|
|
|
<text text-anchor="middle" x="171" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_trees/segment_tree.c</text>
|
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node2 -->
|
|
|
|
<g id="node2" class="node">
|
|
|
|
<title>Node2</title>
|
|
|
|
<g id="a_node2"><a xlink:title=" ">
|
|
|
|
<polygon fill="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 52,-19.5 52,-0.5 0,-0.5"/>
|
|
|
|
<text text-anchor="middle" x="26" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">assert.h</text>
|
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node2 -->
|
|
|
|
<g id="edge1" class="edge">
|
|
|
|
<title>Node1->Node2</title>
|
|
|
|
<path fill="none" stroke="midnightblue" d="M136.64,-56.4C112.31,-46.42 79.97,-33.15 56.54,-23.53"/>
|
|
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="57.68,-20.22 47.1,-19.66 55.02,-26.69 57.68,-20.22"/>
|
|
|
|
</g>
|
|
|
|
<!-- Node3 -->
|
|
|
|
<g id="node3" class="node">
|
|
|
|
<title>Node3</title>
|
|
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
|
|
<polygon fill="white" stroke="#bfbfbf" points="70.5,-0.5 70.5,-19.5 129.5,-19.5 129.5,-0.5 70.5,-0.5"/>
|
|
|
|
<text text-anchor="middle" x="100" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">inttypes.h</text>
|
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node3 -->
|
|
|
|
<g id="edge2" class="edge">
|
|
|
|
<title>Node1->Node3</title>
|
|
|
|
<path fill="none" stroke="midnightblue" d="M154.17,-56.4C143.33,-47.31 129.22,-35.49 118.13,-26.19"/>
|
|
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="120.24,-23.4 110.33,-19.66 115.75,-28.76 120.24,-23.4"/>
|
|
|
|
</g>
|
|
|
|
<!-- Node4 -->
|
|
|
|
<g id="node4" class="node">
|
|
|
|
<title>Node4</title>
|
|
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
|
|
<polygon fill="white" stroke="#bfbfbf" points="148,-0.5 148,-19.5 194,-19.5 194,-0.5 148,-0.5"/>
|
|
|
|
<text text-anchor="middle" x="171" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
|
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node4 -->
|
|
|
|
<g id="edge3" class="edge">
|
|
|
|
<title>Node1->Node4</title>
|
|
|
|
<path fill="none" stroke="midnightblue" d="M171,-56.4C171,-48.47 171,-38.46 171,-29.86"/>
|
|
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="174.5,-29.66 171,-19.66 167.5,-29.66 174.5,-29.66"/>
|
|
|
|
</g>
|
|
|
|
<!-- Node5 -->
|
|
|
|
<g id="node5" class="node">
|
|
|
|
<title>Node5</title>
|
|
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
|
|
<polygon fill="white" stroke="#bfbfbf" points="212,-0.5 212,-19.5 260,-19.5 260,-0.5 212,-0.5"/>
|
|
|
|
<text text-anchor="middle" x="236" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</text>
|
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node5 -->
|
|
|
|
<g id="edge4" class="edge">
|
|
|
|
<title>Node1->Node5</title>
|
|
|
|
<path fill="none" stroke="midnightblue" d="M186.4,-56.4C196.24,-47.4 208.99,-35.72 219.11,-26.47"/>
|
|
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="221.53,-28.99 226.54,-19.66 216.8,-23.83 221.53,-28.99"/>
|
|
|
|
</g>
|
|
|
|
<!-- Node6 -->
|
|
|
|
<g id="node6" class="node">
|
|
|
|
<title>Node6</title>
|
|
|
|
<g id="a_node6"><a xlink:title=" ">
|
|
|
|
<polygon fill="white" stroke="#bfbfbf" points="278.5,-0.5 278.5,-19.5 327.5,-19.5 327.5,-0.5 278.5,-0.5"/>
|
|
|
|
<text text-anchor="middle" x="303" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">string.h</text>
|
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node6 -->
|
|
|
|
<g id="edge5" class="edge">
|
|
|
|
<title>Node1->Node6</title>
|
|
|
|
<path fill="none" stroke="midnightblue" d="M202.28,-56.4C224.23,-46.51 253.34,-33.38 274.62,-23.79"/>
|
|
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="276.11,-26.96 283.79,-19.66 273.24,-20.58 276.11,-26.96"/>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|