mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-28 20:43:50 +08:00
Documentation for 1a1570d775
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<map id="others/spiral_print.cpp" name="others/spiral_print.cpp">
|
||||
<area shape="rect" id="node1" title="Print the elements of a matrix traversing it spirally." alt="" coords="5,5,156,31"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="45,79,117,104"/>
|
||||
<area shape="rect" id="node1" title="Print the elements of a matrix traversing it spirally." alt="" coords="5,5,155,31"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="44,79,116,105"/>
|
||||
</map>
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
<?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.0.2 (20230410.1723)
|
||||
<!-- Generated by graphviz version 8.0.4 (20230421.1958)
|
||||
-->
|
||||
<!-- Title: others/spiral_print.cpp Pages: 1 -->
|
||||
<svg width="121pt" height="82pt"
|
||||
viewBox="0.00 0.00 121.00 82.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 78)">
|
||||
<svg width="120pt" height="83pt"
|
||||
viewBox="0.00 0.00 120.00 82.50" 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 78.5)">
|
||||
<title>others/spiral_print.cpp</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Print the elements of a matrix traversing it spirally.">
|
||||
<polygon fill="#999999" stroke="#666666" points="113,-74 0,-74 0,-55 113,-55 113,-74"/>
|
||||
<text text-anchor="middle" x="56.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">others/spiral_print.cpp</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="112,-74.5 0,-74.5 0,-55.25 112,-55.25 112,-74.5"/>
|
||||
<text text-anchor="middle" x="56" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">others/spiral_print.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -21,16 +21,16 @@
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="83.5,-19 29.5,-19 29.5,0 83.5,0 83.5,-19"/>
|
||||
<text text-anchor="middle" x="56.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="82.75,-19.25 29.25,-19.25 29.25,0 82.75,0 82.75,-19.25"/>
|
||||
<text text-anchor="middle" x="56" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M56.5,-54.75C56.5,-48.11 56.5,-38.73 56.5,-30.31"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="60,-30.44 56.5,-20.44 53,-30.44 60,-30.44"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M56,-55.08C56,-48.42 56,-38.99 56,-30.53"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="59.5,-30.61 56,-20.61 52.5,-30.61 59.5,-30.61"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user