two unsorted quantities are to be compared
Budget: €8 – €30 EUR
- two unsorted quantities are to be compared
- the quantities are each in a csv file
- there is a target quantity and an actual quantity
- the output of the result should be in a text file
example: target-csv:
2167
2165-3
2165-2
2165-1
2170-1
2170-2
2175
2888
2890
2891
2892-1
2892-2
2896-1
2872-1
2872-2
2878
2858
2861
2865
2859
2529
2531
2541-1
2541-2
2541a
2541-3
2547-1
2547-2
88
89
115-1
115-2
89-2
115-3
95
98
119
136
122
131
EXAMPLE: actual-CSV:
2837
2838-1
2838-2
2840
2858
2859
2861
2865
2872-1
2872-2
2878
2888
2890
2891
2892-2
2892-test
2896-1
2897
2898
2899
2900
2909
2919-2
2919-3
2919_1
2921
179
18
186-1
186-2
194
2
201
209-1
209-2
- is to be output:
-> the contents which are in the target set but NOT in the actual set
-> the number of contents which are in the target set but NOT in the actual set
-> the contents which are in the target set and also in the actual set
-> the number of contents which are in the target set and also in the actual set
- the quantities are each in a csv file
- there is a target quantity and an actual quantity
- the output of the result should be in a text file
example: target-csv:
2167
2165-3
2165-2
2165-1
2170-1
2170-2
2175
2888
2890
2891
2892-1
2892-2
2896-1
2872-1
2872-2
2878
2858
2861
2865
2859
2529
2531
2541-1
2541-2
2541a
2541-3
2547-1
2547-2
88
89
115-1
115-2
89-2
115-3
95
98
119
136
122
131
EXAMPLE: actual-CSV:
2837
2838-1
2838-2
2840
2858
2859
2861
2865
2872-1
2872-2
2878
2888
2890
2891
2892-2
2892-test
2896-1
2897
2898
2899
2900
2909
2919-2
2919-3
2919_1
2921
179
18
186-1
186-2
194
2
201
209-1
209-2
- is to be output:
-> the contents which are in the target set but NOT in the actual set
-> the number of contents which are in the target set but NOT in the actual set
-> the contents which are in the target set and also in the actual set
-> the number of contents which are in the target set and also in the actual set