mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 19:47:53 +08:00
95 lines
4.1 KiB
XML
95 lines
4.1 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 12.1.2 (20240928.0832)
|
|
-->
|
|
<!-- Title: others::postfix_expression::evaluate Pages: 1 -->
|
|
<svg width="306pt" height="78pt"
|
|
viewBox="0.00 0.00 305.50 77.50" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
|
|
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve">
|
|
|
|
<style type="text/css"><![CDATA[
|
|
.node, .edge {opacity: 0.7;}
|
|
.node.selected, .edge.selected {opacity: 1;}
|
|
.edge:hover path { stroke: red; }
|
|
.edge:hover polygon { stroke: red; fill: red; }
|
|
]]></style>
|
|
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
|
<svg id="graph" class="graph">
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 73.5)">
|
|
<title>others::postfix_expression::evaluate</title>
|
|
<!-- Node1 -->
|
|
<g id="Node000001" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_Node000001"><a xlink:title="Evaluate answer using given last two operands from and operation.">
|
|
<polygon fill="#999999" stroke="#666666" points="130.75,-51.5 0,-51.5 0,-21 130.75,-21 130.75,-51.5"/>
|
|
<text text-anchor="start" x="8" y="-38" font-family="Helvetica,sans-Serif" font-size="10.00">others::postfix_expression</text>
|
|
<text text-anchor="middle" x="65.38" y="-26.75" font-family="Helvetica,sans-Serif" font-size="10.00">::evaluate</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node1 -->
|
|
<g id="edge2_Node000001_Node000001" class="edge">
|
|
<title>Node1->Node1</title>
|
|
<g id="a_edge2_Node000001_Node000001"><a xlink:title=" ">
|
|
<path fill="none" stroke="#63b8ff" d="M35.83,-51.99C29.8,-61.06 39.65,-69.5 65.38,-69.5 79.45,-69.5 88.77,-66.97 93.34,-63.2"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="96.78,-63.88 94.71,-53.48 89.85,-62.9 96.78,-63.88"/>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="Node000002" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/basic_string/c_str.html#" xlink:title=" ">
|
|
<polygon fill="white" stroke="#666666" points="275.75,-67.88 188.5,-67.88 188.5,-48.62 275.75,-48.62 275.75,-67.88"/>
|
|
<text text-anchor="middle" x="232.12" y="-54.38" font-family="Helvetica,sans-Serif" font-size="10.00">std::string::c_str</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<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="M131.02,-44.88C146.39,-46.93 162.63,-49.1 177.45,-51.08"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="176.59,-54.5 186.97,-52.35 177.52,-47.56 176.59,-54.5"/>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="Node000003" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_Node000003"><a xlink:href="../../d7/d75/postfix__evaluation_8cpp.html#ad77f8c9cc594975756838d498c237cea" target="_top" xlink:title="Pushing operand, also called the number in the array to the stack.">
|
|
<polygon fill="white" stroke="#666666" points="297.5,-30.5 166.75,-30.5 166.75,0 297.5,0 297.5,-30.5"/>
|
|
<text text-anchor="start" x="174.75" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">others::postfix_expression</text>
|
|
<text text-anchor="middle" x="232.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">::push</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge3_Node000001_Node000003" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<g id="a_edge3_Node000001_Node000003"><a xlink:title=" ">
|
|
<path fill="none" stroke="#63b8ff" d="M131.02,-28.01C138.92,-27 147.05,-25.97 155.1,-24.94"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="155.42,-28.43 164.9,-23.69 154.54,-21.48 155.42,-28.43"/>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
</svg>
|
|
</svg>
|
|
|
|
<style type='text/css'>
|
|
<![CDATA[
|
|
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
|
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
|
]]>
|
|
</style>
|
|
<script type="application/ecmascript"><![CDATA[
|
|
document.addEventListener('DOMContentLoaded', (event) => {
|
|
highlightEdges();
|
|
highlightAdjacentNodes();
|
|
});
|
|
]]></script>
|
|
</svg>
|