diff options
| author | Andreas Kapp Lindquist <andkaplin05@gmail.com> | 2025-10-28 13:37:56 +0100 |
|---|---|---|
| committer | mithe24 <mithe24@student.sdu.dk> | 2025-10-29 13:49:57 +0100 |
| commit | 731bba8d505e1da4a5b920871655e785c5e90717 (patch) | |
| tree | f3496b1c7f1c075b7dd1043d83425223009e7482 | |
| parent | 26fe75a2c7179705a69b75c4c8dfc921f8d80ebe (diff) | |
| download | sorter-731bba8d505e1da4a5b920871655e785c5e90717.tar.gz sorter-731bba8d505e1da4a5b920871655e785c5e90717.zip | |
report(Design): New design flowchart
Diffstat (limited to '')
| -rw-r--r-- | report/Design.drawio | 41 | ||||
| -rw-r--r-- | report/Design.drawio.png | bin | 0 -> 38035 bytes |
2 files changed, 41 insertions, 0 deletions
diff --git a/report/Design.drawio b/report/Design.drawio new file mode 100644 index 0000000..6c802c0 --- /dev/null +++ b/report/Design.drawio @@ -0,0 +1,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> diff --git a/report/Design.drawio.png b/report/Design.drawio.png Binary files differnew file mode 100644 index 0000000..f6d7518 --- /dev/null +++ b/report/Design.drawio.png |