Documentation for 882ba119dc

This commit is contained in:
github-actions
2023-07-21 18:21:29 +00:00
parent 85446f38f3
commit fb1f2196b8
309 changed files with 3444 additions and 3072 deletions

View File

@@ -1,5 +1,5 @@
<map id="range_queries/fenwick_tree.cpp" name="range_queries/fenwick_tree.cpp">
<area shape="rect" id="Node000001" title="Fenwick tree." alt="" coords="54,5,205,46"/>
<area shape="rect" id="Node000001" title="Fenwick Tree algorithm implementation" alt="" coords="54,5,205,46"/>
<area shape="rect" id="Node000002" title=" " alt="" coords="5,94,70,120"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="108,48,65,86,61,82,105,44"/>
<area shape="rect" id="Node000003" title=" " alt="" coords="94,94,165,120"/>

View File

@@ -1 +1 @@
3a15d3768e242ff9de93c5a6b2fe779c
e6ae3af5eaecfb150487b1eb0e27574b

View File

@@ -21,7 +21,7 @@
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="Fenwick tree.">
<g id="a_Node000001"><a xlink:title="Fenwick Tree algorithm implementation">
<polygon fill="#999999" stroke="#666666" points="149.88,-85.75 36.38,-85.75 36.38,-55.25 149.88,-55.25 149.88,-85.75"/>
<text text-anchor="start" x="44.38" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">range_queries/fenwick</text>
<text text-anchor="middle" x="93.12" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_tree.cpp</text>

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -11,7 +11,7 @@
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="Fenwick tree.">
<g id="a_Node000001"><a xlink:title="Fenwick Tree algorithm implementation">
<polygon fill="#999999" stroke="#666666" points="149.88,-85.75 36.38,-85.75 36.38,-55.25 149.88,-55.25 149.88,-85.75"/>
<text text-anchor="start" x="44.38" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">range_queries/fenwick</text>
<text text-anchor="middle" x="93.12" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_tree.cpp</text>

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB