mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-17 03:51:27 +08:00
Documentation for 6376bf46af
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
<map id="probability/windowed_median.cpp" name="probability/windowed_median.cpp">
|
||||
<area shape="rect" id="Node000001" title="An implementation of a median calculation of a sliding window along a data stream." alt="" coords="166,5,309,46"/>
|
||||
<area shape="rect" id="Node000002" title=" " alt="" coords="5,94,70,120"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="189,49,83,91,81,86,187,44"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="189,49,83,90,81,85,187,44"/>
|
||||
<area shape="rect" id="Node000003" title=" " alt="" coords="93,94,153,120"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="211,49,154,88,151,83,208,44"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="211,49,154,87,151,83,208,44"/>
|
||||
<area shape="rect" id="Node000004" title=" " alt="" coords="176,94,230,120"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="231,47,216,81,212,79,226,45"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="231,47,217,81,212,78,226,45"/>
|
||||
<area shape="rect" id="Node000005" title=" " alt="" coords="253,94,291,120"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="249,45,263,79,259,81,244,47"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="249,45,263,78,258,81,244,47"/>
|
||||
<area shape="rect" id="Node000006" title=" " alt="" coords="315,94,355,120"/>
|
||||
<area shape="poly" id="edge5_Node000001_Node000006" title=" " alt="" coords="263,44,310,82,307,86,260,48"/>
|
||||
<area shape="poly" id="edge5_Node000001_Node000006" title=" " alt="" coords="263,44,310,82,306,86,260,48"/>
|
||||
<area shape="rect" id="Node000007" title=" " alt="" coords="378,94,436,120"/>
|
||||
<area shape="poly" id="edge6_Node000001_Node000007" title=" " alt="" coords="281,44,369,85,366,90,279,49"/>
|
||||
<area shape="poly" id="edge6_Node000001_Node000007" title=" " alt="" coords="281,44,368,85,366,90,279,49"/>
|
||||
</map>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?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)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: probability/windowed_median.cpp Pages: 1 -->
|
||||
<svg width="331pt" height="94pt"
|
||||
@@ -41,8 +41,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M136.66,-54.8C112.28,-45.23 80.77,-32.86 57.29,-23.64"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="58.72,-20.05 48.13,-19.65 56.16,-26.57 58.72,-20.05"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M136.66,-54.8C112.39,-45.27 81.05,-32.97 57.61,-23.77"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="59.13,-20.6 48.54,-20.21 56.57,-27.12 59.13,-20.6"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -59,8 +59,8 @@
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M152.87,-54.95C139.9,-46.07 123.35,-34.74 110.23,-25.76"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="112.61,-22.46 102.38,-19.7 108.66,-28.24 112.61,-22.46"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M152.87,-54.95C140.02,-46.15 123.67,-34.96 110.61,-26.02"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="112.86,-23.32 102.63,-20.56 108.91,-29.09 112.86,-23.32"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -77,8 +77,8 @@
|
||||
<g id="edge3_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M167.7,-54.95C164.31,-47.28 160.11,-37.77 156.48,-29.54"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="159.37,-28.44 152.13,-20.7 152.97,-31.26 159.37,-28.44"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M167.7,-54.95C164.39,-47.45 160.3,-38.2 156.72,-30.1"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="159.99,-28.82 152.74,-21.09 153.58,-31.65 159.99,-28.82"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -95,8 +95,8 @@
|
||||
<g id="edge4_Node000001_Node000005" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M180.55,-54.95C183.94,-47.28 188.14,-37.77 191.77,-29.54"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="195.28,-31.26 196.12,-20.7 188.88,-28.44 195.28,-31.26"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M180.55,-54.95C183.86,-47.45 187.95,-38.2 191.53,-30.1"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="194.67,-31.65 195.51,-21.09 188.26,-28.82 194.67,-31.65"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -113,8 +113,8 @@
|
||||
<g id="edge5_Node000001_Node000006" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<g id="a_edge5_Node000001_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M192.17,-54.95C202.86,-46.33 216.41,-35.4 227.38,-26.55"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="229.28,-28.7 234.87,-19.7 224.89,-23.25 229.28,-28.7"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M192.17,-54.95C202.75,-46.41 216.14,-35.62 227.05,-26.81"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="229.11,-29.65 234.69,-20.65 224.71,-24.2 229.11,-29.65"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -131,8 +131,8 @@
|
||||
<g id="edge6_Node000001_Node000007" class="edge">
|
||||
<title>Node1->Node7</title>
|
||||
<g id="a_edge6_Node000001_Node000007"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M205.84,-54.8C226.02,-45.44 251.97,-33.41 271.69,-24.27"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="273.05,-27.04 280.65,-19.65 270.1,-20.68 273.05,-27.04"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M205.84,-54.8C225.93,-45.48 251.73,-33.52 271.42,-24.4"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="272.67,-27.67 280.28,-20.29 269.73,-21.32 272.67,-27.67"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: probability/windowed_median.cpp Pages: 1 -->
|
||||
<svg width="331pt" height="94pt"
|
||||
@@ -31,8 +31,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M136.66,-54.8C112.28,-45.23 80.77,-32.86 57.29,-23.64"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="58.72,-20.05 48.13,-19.65 56.16,-26.57 58.72,-20.05"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M136.66,-54.8C112.39,-45.27 81.05,-32.97 57.61,-23.77"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="59.13,-20.6 48.54,-20.21 56.57,-27.12 59.13,-20.6"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -49,8 +49,8 @@
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M152.87,-54.95C139.9,-46.07 123.35,-34.74 110.23,-25.76"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="112.61,-22.46 102.38,-19.7 108.66,-28.24 112.61,-22.46"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M152.87,-54.95C140.02,-46.15 123.67,-34.96 110.61,-26.02"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="112.86,-23.32 102.63,-20.56 108.91,-29.09 112.86,-23.32"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -67,8 +67,8 @@
|
||||
<g id="edge3_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M167.7,-54.95C164.31,-47.28 160.11,-37.77 156.48,-29.54"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="159.37,-28.44 152.13,-20.7 152.97,-31.26 159.37,-28.44"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M167.7,-54.95C164.39,-47.45 160.3,-38.2 156.72,-30.1"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="159.99,-28.82 152.74,-21.09 153.58,-31.65 159.99,-28.82"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -85,8 +85,8 @@
|
||||
<g id="edge4_Node000001_Node000005" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M180.55,-54.95C183.94,-47.28 188.14,-37.77 191.77,-29.54"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="195.28,-31.26 196.12,-20.7 188.88,-28.44 195.28,-31.26"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M180.55,-54.95C183.86,-47.45 187.95,-38.2 191.53,-30.1"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="194.67,-31.65 195.51,-21.09 188.26,-28.82 194.67,-31.65"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -103,8 +103,8 @@
|
||||
<g id="edge5_Node000001_Node000006" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<g id="a_edge5_Node000001_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M192.17,-54.95C202.86,-46.33 216.41,-35.4 227.38,-26.55"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="229.28,-28.7 234.87,-19.7 224.89,-23.25 229.28,-28.7"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M192.17,-54.95C202.75,-46.41 216.14,-35.62 227.05,-26.81"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="229.11,-29.65 234.69,-20.65 224.71,-24.2 229.11,-29.65"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -121,8 +121,8 @@
|
||||
<g id="edge6_Node000001_Node000007" class="edge">
|
||||
<title>Node1->Node7</title>
|
||||
<g id="a_edge6_Node000001_Node000007"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M205.84,-54.8C226.02,-45.44 251.97,-33.41 271.69,-24.27"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="273.05,-27.04 280.65,-19.65 270.1,-20.68 273.05,-27.04"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M205.84,-54.8C225.93,-45.48 251.73,-33.52 271.42,-24.4"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="272.67,-27.67 280.28,-20.29 269.73,-21.32 272.67,-27.67"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
Reference in New Issue
Block a user