mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-23 18:12:47 +08:00
Documentation for 6376bf46af
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<map id="data_structures/linkedlist_implentation_usingarray.cpp" name="data_structures/linkedlist_implentation_usingarray.cpp">
|
||||
<area shape="rect" id="Node000001" title="Linked list implementation using Arrays." alt="" coords="5,5,194,46"/>
|
||||
<area shape="rect" id="Node000002" title=" " alt="" coords="64,94,135,120"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="102,46,102,79,97,79,97,46"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="102,46,102,78,97,78,97,46"/>
|
||||
</map>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?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.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: data_structures/linkedlist_implentation_usingarray.cpp Pages: 1 -->
|
||||
<svg width="149pt" height="94pt"
|
||||
@@ -41,8 +41,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M70.62,-54.95C70.62,-47.62 70.62,-38.62 70.62,-30.66"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="74.13,-30.7 70.62,-20.7 67.13,-30.7 74.13,-30.7"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M70.62,-54.95C70.62,-47.71 70.62,-38.84 70.62,-30.94"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="74.13,-31.21 70.63,-21.21 67.13,-31.21 74.13,-31.21"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: data_structures/linkedlist_implentation_usingarray.cpp Pages: 1 -->
|
||||
<svg width="149pt" height="94pt"
|
||||
@@ -31,8 +31,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M70.62,-54.95C70.62,-47.62 70.62,-38.62 70.62,-30.66"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="74.13,-30.7 70.62,-20.7 67.13,-30.7 74.13,-30.7"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M70.62,-54.95C70.62,-47.71 70.62,-38.84 70.62,-30.94"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="74.13,-31.21 70.63,-21.21 67.13,-31.21 74.13,-31.21"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Reference in New Issue
Block a user