blob: 6c802c0c9bf4a449f34dee3cedf09a43f081e04a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
<mxfile host="app.diagrams.net" agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" version="28.2.8">
<diagram name="Page-1" id="caYFpGYT7q7Sqg6NeoZb">
<mxGraphModel dx="919" dy="640" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="CnssSOb9XO_yMHRxrSfh-9" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="CnssSOb9XO_yMHRxrSfh-1" target="CnssSOb9XO_yMHRxrSfh-8" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="425" y="150" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CnssSOb9XO_yMHRxrSfh-1" value="Run" style="strokeWidth=2;html=1;shape=mxgraph.flowchart.start_1;whiteSpace=wrap;" parent="1" vertex="1">
<mxGeometry x="40" y="40" width="100" height="60" as="geometry" />
</mxCell>
<mxCell id="CnssSOb9XO_yMHRxrSfh-10" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="CnssSOb9XO_yMHRxrSfh-8" target="CnssSOb9XO_yMHRxrSfh-11" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="260" y="340" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CnssSOb9XO_yMHRxrSfh-8" value="Select Algorithm" style="rounded=1;whiteSpace=wrap;html=1;absoluteArcSize=1;arcSize=14;strokeWidth=2;" parent="1" vertex="1">
<mxGeometry x="190" y="30" width="100" height="80" as="geometry" />
</mxCell>
<mxCell id="CnssSOb9XO_yMHRxrSfh-13" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="CnssSOb9XO_yMHRxrSfh-11" target="CnssSOb9XO_yMHRxrSfh-12" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="CnssSOb9XO_yMHRxrSfh-11" value="Convert inputfile to array" style="rounded=1;whiteSpace=wrap;html=1;absoluteArcSize=1;arcSize=14;strokeWidth=2;" parent="1" vertex="1">
<mxGeometry x="350" y="30" width="100" height="80" as="geometry" />
</mxCell>
<mxCell id="CnssSOb9XO_yMHRxrSfh-15" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="CnssSOb9XO_yMHRxrSfh-12" target="CnssSOb9XO_yMHRxrSfh-14" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="CnssSOb9XO_yMHRxrSfh-12" value="Sort the array with the algorithm" style="rounded=1;whiteSpace=wrap;html=1;absoluteArcSize=1;arcSize=14;strokeWidth=2;" parent="1" vertex="1">
<mxGeometry x="510" y="30" width="100" height="80" as="geometry" />
</mxCell>
<mxCell id="CnssSOb9XO_yMHRxrSfh-14" value="Print array" style="rounded=1;whiteSpace=wrap;html=1;absoluteArcSize=1;arcSize=14;strokeWidth=2;" parent="1" vertex="1">
<mxGeometry x="670" y="30" width="100" height="80" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>
|