mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-24 02:23:10 +08:00
Documentation for 88394665b4
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<map id="machine_learning::aystar_search::EightPuzzle< N >" name="machine_learning::aystar_search::EightPuzzle< N >">
|
||||
<area shape="rect" id="node1" title="A class defining EightPuzzle/15-Puzzle game." alt="" coords="71,199,251,240"/>
|
||||
<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="5,95,148,136"/>
|
||||
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/utility/pair.html" title=" " alt="" coords="13,5,141,32"/>
|
||||
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/array.html" title=" " alt="" coords="173,95,317,136"/>
|
||||
<area shape="rect" id="node1" title="A class defining EightPuzzle/15-Puzzle game." alt="" coords="465,48,645,89"/>
|
||||
<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="230,5,373,47"/>
|
||||
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/utility/pair.html" title=" " alt="" coords="5,5,123,47"/>
|
||||
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/array.html" title=" " alt="" coords="229,71,373,112"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
6b1a22f53156bc9985cba422fbd96afd
|
||||
b0ee1a79160cce85a740663fe5f978cf
|
||||
@@ -4,18 +4,18 @@
|
||||
<!-- Generated by graphviz version 2.48.0 (20210717.1556)
|
||||
-->
|
||||
<!-- Title: machine_learning::aystar_search::EightPuzzle< N > Pages: 1 -->
|
||||
<svg width="242pt" height="184pt"
|
||||
viewBox="0.00 0.00 241.50 184.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 180)">
|
||||
<svg width="488pt" height="88pt"
|
||||
viewBox="0.00 0.00 488.00 88.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 84)">
|
||||
<title>machine_learning::aystar_search::EightPuzzle< N ></title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-180 237.5,-180 237.5,4 -4,4"/>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-84 484,-84 484,4 -4,4"/>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="A class defining EightPuzzle/15-Puzzle game.">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="49,-0.5 49,-30.5 184,-30.5 184,-0.5 49,-0.5"/>
|
||||
<text text-anchor="start" x="57" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">machine_learning::aystar</text>
|
||||
<text text-anchor="middle" x="116.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">_search::EightPuzzle< N ></text>
|
||||
<polygon fill="#bfbfbf" stroke="black" points="345,-17.5 345,-47.5 480,-47.5 480,-17.5 345,-17.5"/>
|
||||
<text text-anchor="start" x="353" y="-35.5" font-family="Helvetica,sans-Serif" font-size="10.00">machine_learning::aystar</text>
|
||||
<text text-anchor="middle" x="412.5" y="-24.5" font-family="Helvetica,sans-Serif" font-size="10.00">_search::EightPuzzle< N ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -23,51 +23,52 @@
|
||||
<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="0,-78.5 0,-108.5 107,-108.5 107,-78.5 0,-78.5"/>
|
||||
<text text-anchor="start" x="8" y="-96.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< std::pair</text>
|
||||
<text text-anchor="middle" x="53.5" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">< int, int > ></text>
|
||||
<polygon fill="white" stroke="black" points="168.5,-49.5 168.5,-79.5 275.5,-79.5 275.5,-49.5 168.5,-49.5"/>
|
||||
<text text-anchor="start" x="176.5" y="-67.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< std::pair</text>
|
||||
<text text-anchor="middle" x="222" y="-56.5" font-family="Helvetica,sans-Serif" font-size="10.00">< int8_t, int8_t > ></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="M71.9,-70.31C82.49,-57.53 95.48,-41.86 104.7,-30.73"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="69.04,-68.27 65.35,-78.2 74.43,-72.74 69.04,-68.27"/>
|
||||
<text text-anchor="middle" x="106" y="-52" font-family="Helvetica,sans-Serif" font-size="10.00"> moves</text>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M285.55,-53.88C304.56,-50.66 325.51,-47.1 344.78,-43.83"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="284.78,-50.46 275.51,-55.59 285.95,-57.36 284.78,-50.46"/>
|
||||
<text text-anchor="middle" x="310.5" y="-55.5" font-family="Helvetica,sans-Serif" font-size="10.00"> moves</text>
|
||||
</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/utility/pair.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="black" points="5.5,-156.5 5.5,-175.5 101.5,-175.5 101.5,-156.5 5.5,-156.5"/>
|
||||
<text text-anchor="middle" x="53.5" y="-163.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::pair< int, int ></text>
|
||||
<polygon fill="white" stroke="black" points="0,-49.5 0,-79.5 88,-79.5 88,-49.5 0,-49.5"/>
|
||||
<text text-anchor="start" x="8" y="-67.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::pair< int8_t,</text>
|
||||
<text text-anchor="middle" x="44" y="-56.5" font-family="Helvetica,sans-Serif" font-size="10.00"> int8_t ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3->Node2 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node3->Node2</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M53.5,-146.24C53.5,-134.41 53.5,-119.38 53.5,-108.58"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="50,-146.36 53.5,-156.36 57,-146.36 50,-146.36"/>
|
||||
<text text-anchor="middle" x="75.5" y="-130" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M98.31,-64.5C120.51,-64.5 146.21,-64.5 168.34,-64.5"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="98.05,-61 88.05,-64.5 98.05,-68 98.05,-61"/>
|
||||
<text text-anchor="middle" x="128" y="-67.5" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
|
||||
</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/array.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="black" points="125.5,-78.5 125.5,-108.5 233.5,-108.5 233.5,-78.5 125.5,-78.5"/>
|
||||
<text text-anchor="start" x="133.5" y="-96.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::array< std::array</text>
|
||||
<text text-anchor="middle" x="179.5" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">< uint32_t, 3 >, 3 ></text>
|
||||
<polygon fill="white" stroke="black" points="168,-0.5 168,-30.5 276,-30.5 276,-0.5 168,-0.5"/>
|
||||
<text text-anchor="start" x="176" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::array< std::array</text>
|
||||
<text text-anchor="middle" x="222" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">< uint32_t, 3 >, 3 ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4->Node1 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>Node4->Node1</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M161.1,-70.31C150.51,-57.53 137.52,-41.86 128.3,-30.73"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="158.57,-72.74 167.65,-78.2 163.96,-68.27 158.57,-72.74"/>
|
||||
<text text-anchor="middle" x="166" y="-52" font-family="Helvetica,sans-Serif" font-size="10.00"> board</text>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M286.32,-20.07C299.76,-21.13 313.85,-22.29 327,-23.5 332.73,-24.03 338.67,-24.6 344.64,-25.2"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="286.44,-16.57 276.2,-19.29 285.9,-23.55 286.44,-16.57"/>
|
||||
<text text-anchor="middle" x="310.5" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00"> board</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.1 KiB |
Reference in New Issue
Block a user