TheAlgorithms-C/d9/df5/affine_8c__incl.svg

82 lines
3.3 KiB
XML
Raw Normal View History

<?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: cipher/affine.c Pages: 1 -->
<svg width="258pt" height="82pt"
viewBox="0.00 0.00 257.50 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>cipher/affine.c</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="An affine cipher is a letter substitution cipher that uses a linear transformation to substitute lett...">
<polygon fill="#999999" stroke="#666666" points="164,-74 86,-74 86,-55 164,-55 164,-74"/>
<text text-anchor="middle" x="125" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">cipher/affine.c</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="52,-19 0,-19 0,0 52,0 52,-19"/>
<text text-anchor="middle" x="26" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">assert.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M108.21,-54.51C92.75,-46.24 69.6,-33.84 51.8,-24.31"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="54.01,-20.99 43.55,-19.36 50.71,-27.16 54.01,-20.99"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="116,-19 70,-19 70,0 116,0 116,-19"/>
<text text-anchor="middle" x="93" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M119.72,-54.75C115.43,-47.66 109.26,-37.42 103.92,-28.59"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="106.56,-27.19 98.4,-20.44 100.57,-30.81 106.56,-27.19"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="182,-19 134,-19 134,0 182,0 182,-19"/>
<text text-anchor="middle" x="158" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M130.45,-54.75C134.87,-47.66 141.24,-37.42 146.74,-28.59"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="150.12,-30.78 152.43,-20.44 144.18,-27.08 150.12,-30.78"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="249.5,-19 200.5,-19 200.5,0 249.5,0 249.5,-19"/>
<text text-anchor="middle" x="225" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">string.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node1&#45;&gt;Node5</title>
<path fill="none" stroke="#63b8ff" d="M141.96,-54.51C157.5,-46.27 180.74,-33.96 198.69,-24.45"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="200.09,-27.13 207.29,-19.36 196.81,-20.95 200.09,-27.13"/>
</g>
</g>
</svg>