-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspec.drawio
78 lines (78 loc) · 5.72 KB
/
spec.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<mxfile host="65bd71144e">
<diagram id="Z-yK8OWUbvDISYD3sSbQ" name="Page-1">
<mxGraphModel dx="729" dy="499" 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="4" value="" style="edgeStyle=none;html=1;fontSize=16;" parent="1" source="2" target="3" edge="1">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="2" value="<font style="font-size: 16px;">start</font>" style="strokeWidth=2;html=1;shape=mxgraph.flowchart.start_1;whiteSpace=wrap;" parent="1" vertex="1">
<mxGeometry x="110" y="10" width="100" height="60" as="geometry"/>
</mxCell>
<mxCell id="27" value="" style="edgeStyle=none;html=1;fontSize=16;" edge="1" parent="1" source="3" target="12">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="3" value="massiv" style="shape=parallelogram;html=1;strokeWidth=2;perimeter=parallelogramPerimeter;whiteSpace=wrap;rounded=1;arcSize=12;size=0.23;fontSize=16;" parent="1" vertex="1">
<mxGeometry x="20" y="110" width="280" height="60" as="geometry"/>
</mxCell>
<mxCell id="29" value="" style="edgeStyle=none;html=1;fontSize=16;" edge="1" parent="1" source="6" target="15">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="30" value="" style="edgeStyle=none;html=1;fontSize=16;" edge="1" parent="1" source="6" target="21">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="6" value="i = 0 to massiv.Length" style="verticalLabelPosition=middle;verticalAlign=middle;html=1;shape=hexagon;perimeter=hexagonPerimeter2;arcSize=6;size=0.18181818181818182;fontSize=16;movable=1;resizable=1;rotatable=1;deletable=1;editable=1;connectable=1;labelPosition=center;align=center;" parent="1" vertex="1">
<mxGeometry x="50" y="300" width="220" height="90" as="geometry"/>
</mxCell>
<mxCell id="28" value="" style="edgeStyle=none;html=1;fontSize=16;" edge="1" parent="1" source="12" target="6">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="12" value="count=0" style="whiteSpace=wrap;html=1;fontSize=16;arcSize=6;" parent="1" vertex="1">
<mxGeometry x="100" y="200" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="14" value="Yes" style="edgeStyle=none;html=1;fontSize=16;" parent="1" source="15" target="16" edge="1">
<mxGeometry y="20" relative="1" as="geometry">
<mxPoint as="offset"/>
</mxGeometry>
</mxCell>
<mxCell id="22" value="" style="edgeStyle=none;html=1;fontSize=16;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="1" source="15" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="290" y="350" as="targetPoint"/>
<Array as="points">
<mxPoint x="290" y="480"/>
</Array>
</mxGeometry>
</mxCell>
<mxCell id="26" value="<font style="font-size: 16px;">No</font>" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" vertex="1" connectable="0" parent="22">
<mxGeometry x="-0.3354" y="2" relative="1" as="geometry">
<mxPoint x="13" y="-8" as="offset"/>
</mxGeometry>
</mxCell>
<mxCell id="15" value="if massiv[i].Length =&lt;3" style="rhombus;whiteSpace=wrap;html=1;fontSize=16;arcSize=6;" parent="1" vertex="1">
<mxGeometry x="55" y="440" width="210" height="80" as="geometry"/>
</mxCell>
<mxCell id="18" style="edgeStyle=none;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontSize=16;" parent="1" source="16" target="6" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="10" y="600"/>
<mxPoint x="10" y="345"/>
</Array>
</mxGeometry>
</mxCell>
<mxCell id="16" value="massivNew[count] = massiv[i]<br>count++" style="whiteSpace=wrap;html=1;fontSize=16;arcSize=6;" parent="1" vertex="1">
<mxGeometry x="45" y="560" width="230" height="80" as="geometry"/>
</mxCell>
<mxCell id="31" value="" style="edgeStyle=none;html=1;fontSize=16;" edge="1" parent="1" source="21" target="24">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="21" value="massiv1" style="shape=document;whiteSpace=wrap;html=1;boundedLbl=1;fontSize=16;arcSize=6;" parent="1" vertex="1">
<mxGeometry x="320" y="305" width="150" height="80" as="geometry"/>
</mxCell>
<mxCell id="24" value="finish" style="strokeWidth=2;html=1;shape=mxgraph.flowchart.start_1;whiteSpace=wrap;fontSize=16;" parent="1" vertex="1">
<mxGeometry x="540" y="315" width="100" height="60" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>