mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-11 22:46:11 +08:00
Documentation for 18e8625d98
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<map id="search/linear_search.cpp" name="search/linear_search.cpp">
|
||||
<area shape="rect" id="node1" title="Linear search algorithm" alt="" coords="5,5,172,32"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="53,80,125,107"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="6,80,78,107"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="103,80,168,107"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
e338721c2fe625a63f8de627683e9fd6
|
||||
e010d027e07a13b49a5966216d9943a7
|
||||
@@ -22,16 +22,31 @@
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="35.5,-0.5 35.5,-19.5 89.5,-19.5 89.5,-0.5 35.5,-0.5"/>
|
||||
<text text-anchor="middle" x="62.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="0.5,-0.5 0.5,-19.5 54.5,-19.5 54.5,-0.5 0.5,-0.5"/>
|
||||
<text text-anchor="middle" x="27.5" y="-7.5" 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="midnightblue" d="M62.5,-56.08C62.5,-49.01 62.5,-38.86 62.5,-29.99"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="66,-29.75 62.5,-19.75 59,-29.75 66,-29.75"/>
|
||||
<path fill="none" stroke="midnightblue" d="M56.72,-56.08C51.83,-48.53 44.67,-37.49 38.67,-28.23"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="41.55,-26.24 33.17,-19.75 35.67,-30.05 41.55,-26.24"/>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="73,-0.5 73,-19.5 122,-19.5 122,-0.5 73,-0.5"/>
|
||||
<text text-anchor="middle" x="97.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<path fill="none" stroke="midnightblue" d="M68.28,-56.08C73.17,-48.53 80.33,-37.49 86.33,-28.23"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="89.33,-30.05 91.83,-19.75 83.45,-26.24 89.33,-30.05"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 2.2 KiB |
Reference in New Issue
Block a user