mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-08 13:06:36 +08:00
Documentation for 416a3bc169
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<map id="range_queries::heavy_light_decomposition::SG< X >" name="range_queries::heavy_light_decomposition::SG< X >">
|
||||
<area shape="rect" id="node1" title="Segment Tree, to store heavy chains." alt="" coords="5,95,152,151"/>
|
||||
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector.html" title=" " alt="" coords="20,5,137,32"/>
|
||||
</map>
|
||||
@@ -0,0 +1 @@
|
||||
cc7656369f63f8b4fa9956e3ff7de06d
|
||||
@@ -0,0 +1,40 @@
|
||||
<?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.44.1 (20200629.0846)
|
||||
-->
|
||||
<!-- Title: range_queries::heavy_light_decomposition::SG< X > Pages: 1 -->
|
||||
<svg width="118pt" height="117pt"
|
||||
viewBox="0.00 0.00 118.00 117.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 113)">
|
||||
<title>range_queries::heavy_light_decomposition::SG< X ></title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-113 114,-113 114,4 -4,4"/>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Segment Tree, to store heavy chains.">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-41.5 110,-41.5 110,-0.5 0,-0.5"/>
|
||||
<text text-anchor="start" x="8" y="-29.5" font-family="Helvetica,sans-Serif" font-size="10.00">range_queries::heavy</text>
|
||||
<text text-anchor="start" x="8" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">_light_decomposition</text>
|
||||
<text text-anchor="middle" x="55" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">::SG< X ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="black" points="11,-89.5 11,-108.5 99,-108.5 99,-89.5 11,-89.5"/>
|
||||
<text text-anchor="middle" x="55" y="-96.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< X ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node2->Node1</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M55,-79.14C55,-67.73 55,-53.21 55,-41.66"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="51.5,-79.28 55,-89.28 58.5,-79.28 51.5,-79.28"/>
|
||||
<text text-anchor="middle" x="70.5" y="-63" font-family="Helvetica,sans-Serif" font-size="10.00"> s_tree</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
Reference in New Issue
Block a user