mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-11 11:07:27 +08:00
67 lines
2.7 KiB
XML
67 lines
2.7 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 8.0.2 (20230410.1723)
|
|
-->
|
|
<!-- Title: graph/is_graph_bipartite.cpp Pages: 1 -->
|
|
<svg width="186pt" height="82pt"
|
|
viewBox="0.00 0.00 186.00 82.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 78)">
|
|
<title>graph/is_graph_bipartite.cpp</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Algorithm to check whether a graph is bipartite">
|
|
<polygon fill="#999999" stroke="#666666" points="163.5,-74 24.5,-74 24.5,-55 163.5,-55 163.5,-74"/>
|
|
<text text-anchor="middle" x="94" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">graph/is_graph_bipartite.cpp</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="54,-19 0,-19 0,0 54,0 54,-19"/>
|
|
<text text-anchor="middle" x="27" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M82.63,-54.51C72.76,-46.7 58.23,-35.21 46.5,-25.93"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="49.21,-22.82 39.2,-19.36 44.87,-28.31 49.21,-22.82"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="115.5,-19 72.5,-19 72.5,0 115.5,0 115.5,-19"/>
|
|
<text text-anchor="middle" x="94" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">queue</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M94,-54.75C94,-48.11 94,-38.73 94,-30.31"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="97.5,-30.44 94,-20.44 90.5,-30.44 97.5,-30.44"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="178,-19 134,-19 134,0 178,0 178,-19"/>
|
|
<text text-anchor="middle" x="156" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="#63b8ff" d="M104.52,-54.51C113.48,-46.85 126.57,-35.66 137.31,-26.47"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="139.31,-28.52 144.64,-19.36 134.76,-23.2 139.31,-28.52"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|