mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-30 16:51:57 +08:00
Documentation for 7bab516e59
This commit is contained in:
@@ -105,7 +105,7 @@ $(document).ready(function(){initNavTree('df/d64/jumpgame_8cpp.html','../../');
|
||||
</div><div class="textblock"><div class="dynheader">
|
||||
Include dependency graph for jumpgame.cpp:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d8/df6/jumpgame_8cpp__incl.svg" width="256" height="112"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d8/df6/jumpgame_8cpp__incl.svg" width="258" height="112"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div><table class="memberdecls">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<map id="test" name="test">
|
||||
<area shape="rect" id="node1" title="Function to test above algorithm." alt="" coords="5,31,49,57"/>
|
||||
<area shape="rect" id="node2" href="$df/d64/jumpgame_8cpp.html#af205390325e8c999bd68b93fa5252755" title="This function implements the above algorithm." alt="" coords="97,5,172,32"/>
|
||||
<area shape="rect" id="node2" href="$df/d64/jumpgame_8cpp.html#af205390325e8c999bd68b93fa5252755" title="This function implements the above algorithm." alt="" coords="97,5,173,32"/>
|
||||
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="99,56,171,83"/>
|
||||
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/size.html#" title=" " alt="" coords="220,5,336,32"/>
|
||||
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/size.html#" title=" " alt="" coords="221,5,336,32"/>
|
||||
</map>
|
||||
|
||||
@@ -22,46 +22,46 @@
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:href="../../df/d64/jumpgame_8cpp.html#af205390325e8c999bd68b93fa5252755" target="_top" xlink:title="This function implements the above algorithm.">
|
||||
<polygon fill="white" stroke="black" points="69,-38.5 69,-57.5 125,-57.5 125,-38.5 69,-38.5"/>
|
||||
<text text-anchor="middle" x="97" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">canJump</text>
|
||||
<polygon fill="white" stroke="black" points="69,-38.5 69,-57.5 126,-57.5 126,-38.5 69,-38.5"/>
|
||||
<text text-anchor="middle" x="97.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">canJump</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="midnightblue" d="M33.01,-32.75C40.49,-34.56 49.82,-36.82 58.98,-39.04"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="58.22,-42.46 68.76,-41.41 59.87,-35.65 58.22,-42.46"/>
|
||||
<path fill="none" stroke="midnightblue" d="M33.11,-32.75C40.57,-34.55 49.86,-36.78 59,-38.98"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="58.23,-42.4 68.77,-41.33 59.87,-35.59 58.23,-42.4"/>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="black" points="70,-0.5 70,-19.5 124,-19.5 124,-0.5 70,-0.5"/>
|
||||
<text text-anchor="middle" x="97" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
|
||||
<polygon fill="white" stroke="black" points="70.5,-0.5 70.5,-19.5 124.5,-19.5 124.5,-0.5 70.5,-0.5"/>
|
||||
<text text-anchor="middle" x="97.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<path fill="none" stroke="midnightblue" d="M33.01,-25.25C40.69,-23.39 50.31,-21.06 59.7,-18.79"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="60.81,-22.12 69.7,-16.37 59.16,-15.32 60.81,-22.12"/>
|
||||
<path fill="none" stroke="midnightblue" d="M33.11,-25.25C40.98,-23.35 50.89,-20.97 60.52,-18.65"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="61.44,-22.03 70.35,-16.29 59.81,-15.23 61.44,-22.03"/>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/size.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="black" points="161,-38.5 161,-57.5 248,-57.5 248,-38.5 161,-38.5"/>
|
||||
<text text-anchor="middle" x="204.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::size</text>
|
||||
<polygon fill="white" stroke="black" points="162,-38.5 162,-57.5 248,-57.5 248,-38.5 162,-38.5"/>
|
||||
<text text-anchor="middle" x="205" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::size</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node2->Node3</title>
|
||||
<path fill="none" stroke="midnightblue" d="M125.17,-48C132.98,-48 141.78,-48 150.58,-48"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="150.86,-51.5 160.86,-48 150.86,-44.5 150.86,-51.5"/>
|
||||
<path fill="none" stroke="midnightblue" d="M126.22,-48C134.03,-48 142.79,-48 151.55,-48"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="151.76,-51.5 161.76,-48 151.76,-44.5 151.76,-51.5"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
@@ -1,7 +1,7 @@
|
||||
<map id="main" name="main">
|
||||
<area shape="rect" id="node1" title="Main function." alt="" coords="5,31,56,57"/>
|
||||
<area shape="rect" id="node2" href="$df/d64/jumpgame_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" title="Function to test above algorithm." alt="" coords="104,31,148,57"/>
|
||||
<area shape="rect" id="node3" href="$df/d64/jumpgame_8cpp.html#af205390325e8c999bd68b93fa5252755" title="This function implements the above algorithm." alt="" coords="196,5,271,32"/>
|
||||
<area shape="rect" id="node5" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="197,56,269,83"/>
|
||||
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/size.html#" title=" " alt="" coords="319,5,435,32"/>
|
||||
<area shape="rect" id="node3" href="$df/d64/jumpgame_8cpp.html#af205390325e8c999bd68b93fa5252755" title="This function implements the above algorithm." alt="" coords="196,5,272,32"/>
|
||||
<area shape="rect" id="node5" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="198,56,270,83"/>
|
||||
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/size.html#" title=" " alt="" coords="320,5,435,32"/>
|
||||
</map>
|
||||
|
||||
@@ -37,46 +37,46 @@
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:href="../../df/d64/jumpgame_8cpp.html#af205390325e8c999bd68b93fa5252755" target="_top" xlink:title="This function implements the above algorithm.">
|
||||
<polygon fill="white" stroke="black" points="143,-38.5 143,-57.5 199,-57.5 199,-38.5 143,-38.5"/>
|
||||
<text text-anchor="middle" x="171" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">canJump</text>
|
||||
<polygon fill="white" stroke="black" points="143,-38.5 143,-57.5 200,-57.5 200,-38.5 143,-38.5"/>
|
||||
<text text-anchor="middle" x="171.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">canJump</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node2->Node3</title>
|
||||
<path fill="none" stroke="midnightblue" d="M107.01,-32.75C114.49,-34.56 123.82,-36.82 132.98,-39.04"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="132.22,-42.46 142.76,-41.41 133.87,-35.65 132.22,-42.46"/>
|
||||
<path fill="none" stroke="midnightblue" d="M107.11,-32.75C114.57,-34.55 123.86,-36.78 133,-38.98"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="132.23,-42.4 142.77,-41.33 133.87,-35.59 132.23,-42.4"/>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="node5" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_node5"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="black" points="144,-0.5 144,-19.5 198,-19.5 198,-0.5 144,-0.5"/>
|
||||
<text text-anchor="middle" x="171" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
|
||||
<polygon fill="white" stroke="black" points="144.5,-0.5 144.5,-19.5 198.5,-19.5 198.5,-0.5 144.5,-0.5"/>
|
||||
<text text-anchor="middle" x="171.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node5 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>Node2->Node5</title>
|
||||
<path fill="none" stroke="midnightblue" d="M107.01,-25.25C114.69,-23.39 124.31,-21.06 133.7,-18.79"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="134.81,-22.12 143.7,-16.37 133.16,-15.32 134.81,-22.12"/>
|
||||
<path fill="none" stroke="midnightblue" d="M107.11,-25.25C114.98,-23.35 124.89,-20.97 134.52,-18.65"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="135.44,-22.03 144.35,-16.29 133.81,-15.23 135.44,-22.03"/>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/size.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="black" points="235,-38.5 235,-57.5 322,-57.5 322,-38.5 235,-38.5"/>
|
||||
<text text-anchor="middle" x="278.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::size</text>
|
||||
<polygon fill="white" stroke="black" points="236,-38.5 236,-57.5 322,-57.5 322,-38.5 236,-38.5"/>
|
||||
<text text-anchor="middle" x="279" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::size</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3->Node4 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>Node3->Node4</title>
|
||||
<path fill="none" stroke="midnightblue" d="M199.17,-48C206.98,-48 215.78,-48 224.58,-48"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="224.86,-51.5 234.86,-48 224.86,-44.5 224.86,-51.5"/>
|
||||
<path fill="none" stroke="midnightblue" d="M200.22,-48C208.03,-48 216.79,-48 225.55,-48"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="225.76,-51.5 235.76,-48 225.76,-44.5 225.76,-51.5"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
@@ -1,4 +1,4 @@
|
||||
<map id="canJump" name="canJump">
|
||||
<area shape="rect" id="node1" title="This function implements the above algorithm." alt="" coords="5,5,80,32"/>
|
||||
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/size.html#" title=" " alt="" coords="128,5,244,32"/>
|
||||
<area shape="rect" id="node1" title="This function implements the above algorithm." alt="" coords="5,5,81,32"/>
|
||||
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/size.html#" title=" " alt="" coords="129,5,244,32"/>
|
||||
</map>
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="This function implements the above algorithm.">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-19.5 56,-19.5 56,-0.5 0,-0.5"/>
|
||||
<text text-anchor="middle" x="28" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">canJump</text>
|
||||
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-19.5 57,-19.5 57,-0.5 0,-0.5"/>
|
||||
<text text-anchor="middle" x="28.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">canJump</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -22,16 +22,16 @@
|
||||
<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/size.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="black" points="92,-0.5 92,-19.5 179,-19.5 179,-0.5 92,-0.5"/>
|
||||
<text text-anchor="middle" x="135.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::size</text>
|
||||
<polygon fill="white" stroke="black" points="93,-0.5 93,-19.5 179,-19.5 179,-0.5 93,-0.5"/>
|
||||
<text text-anchor="middle" x="136" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::size</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="midnightblue" d="M56.17,-10C63.98,-10 72.78,-10 81.58,-10"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="81.86,-13.5 91.86,-10 81.86,-6.5 81.86,-13.5"/>
|
||||
<path fill="none" stroke="midnightblue" d="M57.22,-10C65.03,-10 73.79,-10 82.55,-10"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="82.76,-13.5 92.76,-10 82.76,-6.5 82.76,-13.5"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user