mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-24 02:23:10 +08:00
Documentation for 1645cf281f
This commit is contained in:
3
d5/d1b/struct_list_node__coll__graph.map
Normal file
3
d5/d1b/struct_list_node__coll__graph.map
Normal file
@@ -0,0 +1,3 @@
|
||||
<map id="ListNode" name="ListNode">
|
||||
<area shape="rect" id="node1" title="for IO operations" alt="" coords="5,5,80,31"/>
|
||||
</map>
|
||||
1
d5/d1b/struct_list_node__coll__graph.md5
Normal file
1
d5/d1b/struct_list_node__coll__graph.md5
Normal file
@@ -0,0 +1 @@
|
||||
a61e2a1cf94de25ca1d7c242b5208091
|
||||
28
d5/d1b/struct_list_node__coll__graph.svg
Normal file
28
d5/d1b/struct_list_node__coll__graph.svg
Normal file
@@ -0,0 +1,28 @@
|
||||
<?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 6.0.1 (20220911.1526)
|
||||
-->
|
||||
<!-- Title: ListNode Pages: 1 -->
|
||||
<svg width="104pt" height="27pt"
|
||||
viewBox="0.00 0.00 104.00 27.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 23)">
|
||||
<title>ListNode</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="for IO operations">
|
||||
<polygon fill="#999999" stroke="#666666" points="56,-19 0,-19 0,0 56,0 56,-19"/>
|
||||
<text text-anchor="middle" x="28" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">ListNode</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M66.55,-12.55C71.06,-11.98 74,-10.97 74,-9.5 74,-7.09 66.09,-5.9 56.3,-5.94"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="66.11,-9.06 56.3,-13.06 66.46,-16.05 66.11,-9.06"/>
|
||||
<text text-anchor="middle" x="85" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00"> next</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
@@ -459,6 +459,7 @@ Search</h1>
|
||||
<li><a href="https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/search/jump_search.cpp" target="_blank">Jump Search</a></li>
|
||||
<li><a href="https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/search/linear_search.cpp" target="_blank">Linear Search</a></li>
|
||||
<li><a href="https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/search/median_search.cpp" target="_blank">Median Search</a></li>
|
||||
<li><a href="https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/search/median_search2.cpp" target="_blank">Median Search2</a></li>
|
||||
<li><a href="https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/search/saddleback_search.cpp" target="_blank">Saddleback Search</a></li>
|
||||
<li><a href="https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/search/sublist_search.cpp" target="_blank">Sublist Search</a></li>
|
||||
<li><a href="https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/search/ternary_search.cpp" target="_blank">Ternary Search</a></li>
|
||||
|
||||
Reference in New Issue
Block a user