mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-03 06:41:42 +08:00
Documentation for 4e3abd4601
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<map id="backtracking/n_queens.cpp" name="backtracking/n_queens.cpp">
|
||||
<area shape="rect" id="node1" title="Eight Queens puzzle" alt="" coords="5,5,189,32"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="18,80,91,107"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="115,80,167,107"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="29,80,81,107"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="105,80,178,107"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
f87b3655775488f459df8c6053d2f5c5
|
||||
ec423be383376690578eba1614c444df
|
||||
@@ -22,8 +22,8 @@
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="9.5,-0.5 9.5,-19.5 64.5,-19.5 64.5,-0.5 9.5,-0.5"/>
|
||||
<text text-anchor="middle" x="37" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="17.5,-0.5 17.5,-19.5 56.5,-19.5 56.5,-0.5 17.5,-0.5"/>
|
||||
<text text-anchor="middle" x="37" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">array</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -37,8 +37,8 @@
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="82.5,-0.5 82.5,-19.5 121.5,-19.5 121.5,-0.5 82.5,-0.5"/>
|
||||
<text text-anchor="middle" x="102" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">array</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="74.5,-0.5 74.5,-19.5 129.5,-19.5 129.5,-0.5 74.5,-0.5"/>
|
||||
<text text-anchor="middle" x="102" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Reference in New Issue
Block a user