-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDay3.drawio
53 lines (53 loc) · 3.78 KB
/
Day3.drawio
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
42
43
44
45
46
47
48
49
50
51
52
53
<mxfile host="app.diagrams.net" modified="2023-03-03T15:05:22.539Z" agent="5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36" etag="En3pkfsrnQFiDSKIvVbw" version="21.0.2" type="github">
<diagram name="Page-1" id="_tSRo5qD5pVLWdS95tBM">
<mxGraphModel dx="1040" dy="454" grid="0" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="0" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="eDCqeYoYnmLxXI80Qwm6-3" value="" style="edgeStyle=none;curved=1;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fontSize=12;startSize=8;endSize=8;" edge="1" parent="1" source="eDCqeYoYnmLxXI80Qwm6-1" target="eDCqeYoYnmLxXI80Qwm6-2">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="eDCqeYoYnmLxXI80Qwm6-1" value="Start" style="rounded=1;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="1">
<mxGeometry x="287" y="59" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="eDCqeYoYnmLxXI80Qwm6-2" value="Number%2==0" style="rhombus;whiteSpace=wrap;html=1;fontSize=16;rounded=1;" vertex="1" parent="1">
<mxGeometry x="274" y="187" width="150" height="79" as="geometry" />
</mxCell>
<mxCell id="eDCqeYoYnmLxXI80Qwm6-7" value="" style="edgeStyle=segmentEdgeStyle;endArrow=classic;html=1;curved=0;rounded=0;endSize=8;startSize=8;fontSize=12;" edge="1" parent="1" target="eDCqeYoYnmLxXI80Qwm6-8">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="423" y="224" as="sourcePoint" />
<mxPoint x="375" y="286" as="targetPoint" />
<Array as="points">
<mxPoint x="423" y="232" />
<mxPoint x="421" y="232" />
<mxPoint x="421" y="222" />
<mxPoint x="476" y="222" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="eDCqeYoYnmLxXI80Qwm6-8" value="Display "Prime"" style="rounded=1;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="1">
<mxGeometry x="416" y="277" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="eDCqeYoYnmLxXI80Qwm6-9" value="" style="edgeStyle=segmentEdgeStyle;endArrow=classic;html=1;curved=0;rounded=0;endSize=8;startSize=8;fontSize=12;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="1" source="eDCqeYoYnmLxXI80Qwm6-2" target="eDCqeYoYnmLxXI80Qwm6-10">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="534" y="255" as="sourcePoint" />
<mxPoint x="205" y="270" as="targetPoint" />
<Array as="points">
<mxPoint x="274" y="224" />
<mxPoint x="201" y="224" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="eDCqeYoYnmLxXI80Qwm6-10" value="Display "Not Prime"" style="rounded=1;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="1">
<mxGeometry x="154" y="277" width="120" height="61" as="geometry" />
</mxCell>
<mxCell id="eDCqeYoYnmLxXI80Qwm6-11" value="Yes" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=16;" vertex="1" parent="1">
<mxGeometry x="409" y="197" width="44" height="31" as="geometry" />
</mxCell>
<mxCell id="eDCqeYoYnmLxXI80Qwm6-13" value="No" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=16;" vertex="1" parent="1">
<mxGeometry x="217" y="200" width="38" height="31" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>