mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-25 14:23:03 +08:00
Documentation for 1a1570d775
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<map id="data_structures/trie_using_hashmap.cpp" name="data_structures/trie_using_hashmap.cpp">
|
||||
<area shape="rect" id="node1" title="Implementation of Trie data structure using HashMap for different characters and method for predictin..." alt="" coords="196,5,341,45"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="5,93,71,119"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="95,93,167,119"/>
|
||||
<area shape="rect" id="node4" title=" " alt="" coords="191,93,261,119"/>
|
||||
<area shape="rect" id="node5" title=" " alt="" coords="285,93,340,119"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="364,93,475,119"/>
|
||||
<area shape="rect" id="node7" title=" " alt="" coords="499,93,558,119"/>
|
||||
<area shape="rect" id="node1" title="Implementation of Trie data structure using HashMap for different characters and method for predictin..." alt="" coords="193,5,338,46"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="5,94,70,120"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="94,94,165,120"/>
|
||||
<area shape="rect" id="node4" title=" " alt="" coords="189,94,257,120"/>
|
||||
<area shape="rect" id="node5" title=" " alt="" coords="282,94,335,120"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="358,94,469,120"/>
|
||||
<area shape="rect" id="node7" title=" " alt="" coords="493,94,550,120"/>
|
||||
</map>
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
<?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: data_structures/trie_using_hashmap.cpp Pages: 1 -->
|
||||
<svg width="423pt" height="93pt"
|
||||
viewBox="0.00 0.00 422.50 93.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 89)">
|
||||
<svg width="417pt" height="94pt"
|
||||
viewBox="0.00 0.00 416.62 93.75" 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 89.75)">
|
||||
<title>data_structures/trie_using_hashmap.cpp</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Implementation of Trie data structure using HashMap for different characters and method for predictin...">
|
||||
<polygon fill="#999999" stroke="#666666" points="252,-85 143,-85 143,-55 252,-55 252,-85"/>
|
||||
<text text-anchor="start" x="151" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures/trie</text>
|
||||
<text text-anchor="middle" x="197.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">_using_hashmap.cpp</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="249.25,-85.75 141,-85.75 141,-55.25 249.25,-55.25 249.25,-85.75"/>
|
||||
<text text-anchor="start" x="149" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures/trie</text>
|
||||
<text text-anchor="middle" x="195.12" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_using_hashmap.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -22,91 +22,91 @@
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="49,-19 0,-19 0,0 49,0 49,-19"/>
|
||||
<text text-anchor="middle" x="24.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="48.25,-19.25 0,-19.25 0,0 48.25,0 48.25,-19.25"/>
|
||||
<text text-anchor="middle" x="24.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M154.74,-54.54C125.41,-44.62 86.98,-31.63 59.48,-22.33"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="60.75,-18.72 50.15,-18.84 58.51,-25.36 60.75,-18.72"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M152.42,-54.8C123.42,-44.81 85.58,-31.78 58.53,-22.47"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="59.96,-18.92 49.37,-18.97 57.68,-25.54 59.96,-18.92"/>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="121.5,-19 67.5,-19 67.5,0 121.5,0 121.5,-19"/>
|
||||
<text text-anchor="middle" x="94.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="119.88,-19.25 66.38,-19.25 66.38,0 119.88,0 119.88,-19.25"/>
|
||||
<text text-anchor="middle" x="93.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M172.04,-54.54C155.96,-45.4 135.28,-33.66 119.32,-24.6"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="121.5,-21.24 111.08,-19.35 118.04,-27.33 121.5,-21.24"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M169.65,-54.8C153.82,-45.66 133.56,-33.97 117.87,-24.91"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="120.18,-21.62 109.77,-19.65 116.68,-27.68 120.18,-21.62"/>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="191.5,-19 139.5,-19 139.5,0 191.5,0 191.5,-19"/>
|
||||
<text text-anchor="middle" x="165.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">memory</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="188.75,-19.25 137.5,-19.25 137.5,0 188.75,0 188.75,-19.25"/>
|
||||
<text text-anchor="middle" x="163.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">memory</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M189.59,-54.54C185.32,-46.74 180.01,-37.03 175.46,-28.71"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="178.12,-27.27 170.25,-20.18 171.97,-30.63 178.12,-27.27"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M187.21,-54.95C183,-47.19 177.77,-37.56 173.25,-29.26"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="175.91,-27.82 168.06,-20.7 169.76,-31.16 175.91,-27.82"/>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="node5" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_node5"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="251,-19 210,-19 210,0 251,0 251,-19"/>
|
||||
<text text-anchor="middle" x="230.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stack</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="247.12,-19.25 207.12,-19.25 207.12,0 247.12,0 247.12,-19.25"/>
|
||||
<text text-anchor="middle" x="227.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">stack</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node5 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M205.66,-54.54C210.06,-46.74 215.54,-37.03 220.23,-28.71"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="223.74,-30.6 225.61,-20.18 217.64,-27.17 223.74,-30.6"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M203.04,-54.95C207.25,-47.19 212.48,-37.56 217,-29.26"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="220.49,-31.16 222.19,-20.7 214.34,-27.82 220.49,-31.16"/>
|
||||
</g>
|
||||
<!-- Node6 -->
|
||||
<g id="node6" class="node">
|
||||
<title>Node6</title>
|
||||
<g id="a_node6"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="352,-19 269,-19 269,0 352,0 352,-19"/>
|
||||
<text text-anchor="middle" x="310.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">unordered_map</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="347.5,-19.25 264.75,-19.25 264.75,0 347.5,0 347.5,-19.25"/>
|
||||
<text text-anchor="middle" x="306.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">unordered_map</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node6 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M225.43,-54.54C243.24,-45.32 266.19,-33.44 283.77,-24.34"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="285.14,-27.05 292.41,-19.35 281.92,-20.84 285.14,-27.05"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M222.85,-54.8C240.24,-45.57 262.54,-33.75 279.68,-24.65"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="280.91,-27.43 288.1,-19.65 277.63,-21.25 280.91,-27.43"/>
|
||||
</g>
|
||||
<!-- Node7 -->
|
||||
<g id="node7" class="node">
|
||||
<title>Node7</title>
|
||||
<g id="a_node7"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="414.5,-19 370.5,-19 370.5,0 414.5,0 414.5,-19"/>
|
||||
<text text-anchor="middle" x="392.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="408.62,-19.25 365.62,-19.25 365.62,0 408.62,0 408.62,-19.25"/>
|
||||
<text text-anchor="middle" x="387.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node7 -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>Node1->Node7</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M245.7,-54.54C281.21,-43.89 328.57,-29.68 359.77,-20.32"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="360.51,-23.45 369.08,-17.22 358.5,-16.75 360.51,-23.45"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M243.08,-54.8C277.9,-44.12 324.08,-29.96 354.66,-20.58"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="355.64,-23.64 364.17,-17.36 353.58,-16.94 355.64,-23.64"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.9 KiB |
Reference in New Issue
Block a user