mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-27 08:51:41 +08:00
Documentation for 882ba119dc
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<map id="range_queries::fenwick_tree" name="range_queries::fenwick_tree">
|
||||
<area shape="rect" id="Node000001" title="The class that initializes the Fenwick Tree." alt="" coords="5,94,190,120"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector.html" title=" " alt="" coords="37,5,158,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="100,46,100,94,95,94,95,46"/>
|
||||
</map>
|
||||
@@ -0,0 +1 @@
|
||||
6172a27841c2b1e2b194fc7da073a46c
|
||||
65
d6/dbe/classrange__queries_1_1fenwick__tree__coll__graph.svg
Normal file
65
d6/dbe/classrange__queries_1_1fenwick__tree__coll__graph.svg
Normal file
@@ -0,0 +1,65 @@
|
||||
<?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 8.1.0 (20230707.0739)
|
||||
-->
|
||||
<!-- Title: range_queries::fenwick_tree Pages: 1 -->
|
||||
<svg width="146pt" height="94pt"
|
||||
viewBox="0.00 0.00 146.25 93.75" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
||||
<style type="text/css"><![CDATA[
|
||||
.node, .edge {opacity: 0.7;}
|
||||
.node.selected, .edge.selected {opacity: 1;}
|
||||
.edge:hover path { stroke: red; }
|
||||
.edge:hover polygon { stroke: red; fill: red; }
|
||||
]]></style>
|
||||
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
||||
<svg id="graph" class="graph">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 89.75)">
|
||||
<title>range_queries::fenwick_tree</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="The class that initializes the Fenwick Tree.">
|
||||
<polygon fill="#999999" stroke="#666666" points="138.25,-19.25 0,-19.25 0,0 138.25,0 138.25,-19.25"/>
|
||||
<text text-anchor="middle" x="69.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">range_queries::fenwick_tree</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="114.62,-85.75 23.62,-85.75 23.62,-66.5 114.62,-66.5 114.62,-85.75"/>
|
||||
<text text-anchor="middle" x="69.12" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< int ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node1 -->
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node2->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M69.12,-55.4C69.12,-43.43 69.12,-28.73 69.12,-19.52"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="65.63,-55.16 69.12,-65.16 72.63,-55.16 65.63,-55.16"/>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="75.88" y="-39" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> bit</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
<style type='text/css'>
|
||||
<![CDATA[
|
||||
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
||||
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
||||
]]>
|
||||
</style>
|
||||
<script type="application/ecmascript"><![CDATA[
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
highlightEdges();
|
||||
highlightAdjacentNodes();
|
||||
});
|
||||
]]></script>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.7 KiB |
@@ -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 8.1.0 (20230707.0739)
|
||||
-->
|
||||
<!-- Title: range_queries::fenwick_tree Pages: 1 -->
|
||||
<svg width="146pt" height="94pt"
|
||||
viewBox="0.00 0.00 146.25 93.75" 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 89.75)">
|
||||
<title>range_queries::fenwick_tree</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="The class that initializes the Fenwick Tree.">
|
||||
<polygon fill="#999999" stroke="#666666" points="138.25,-19.25 0,-19.25 0,0 138.25,0 138.25,-19.25"/>
|
||||
<text text-anchor="middle" x="69.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">range_queries::fenwick_tree</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="114.62,-85.75 23.62,-85.75 23.62,-66.5 114.62,-66.5 114.62,-85.75"/>
|
||||
<text text-anchor="middle" x="69.12" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< int ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node1 -->
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node2->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M69.12,-55.4C69.12,-43.43 69.12,-28.73 69.12,-19.52"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="65.63,-55.16 69.12,-65.16 72.63,-55.16 65.63,-55.16"/>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="75.88" y="-39" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> bit</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
Reference in New Issue
Block a user