mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 19:47:53 +08:00
52 lines
2.3 KiB
XML
52 lines
2.3 KiB
XML
<?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 7.0.6 (20230106.0513)
|
|
-->
|
|
<!-- Title: queue::deQueue Pages: 1 -->
|
|
<svg width="403pt" height="27pt"
|
|
viewBox="0.00 0.00 403.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>queue::deQueue</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="removes the first element from the queue">
|
|
<polygon fill="#999999" stroke="#666666" points="88,-19 0,-19 0,0 88,0 88,-19"/>
|
|
<text text-anchor="middle" x="44" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">queue::deQueue</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:href="../../db/da9/classqueue.html#ac08ebdd38cb4ad74fc0a3f51888da604" target="_top" xlink:title="throws an exception if queue is empty">
|
|
<polygon fill="white" stroke="#666666" points="246,-19 124,-19 124,0 246,0 246,-19"/>
|
|
<text text-anchor="middle" x="185" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">queue::ensureNotEmpty</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M88.22,-9.5C95.94,-9.5 104.18,-9.5 112.45,-9.5"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="112.2,-13 122.2,-9.5 112.2,-6 112.2,-13"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:href="../../db/da9/classqueue.html#a4bc52ad6ed6b0cc33ad05f87f05f8bec" target="_top" xlink:title="checks if the queue has no elements">
|
|
<polygon fill="white" stroke="#666666" points="395,-19 282,-19 282,0 395,0 395,-19"/>
|
|
<text text-anchor="middle" x="338.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">queue::isEmptyQueue</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node2->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M246.31,-9.5C254.28,-9.5 262.48,-9.5 270.55,-9.5"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="270.31,-13 280.31,-9.5 270.31,-6 270.31,-13"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|