Initial commit and implement data input

This commit is contained in:
Siphalor
2019-12-20 18:40:02 +01:00
commit 23b7246215
8 changed files with 789 additions and 0 deletions

3
test-data/1.csv Normal file
View File

@@ -0,0 +1,3 @@
4,2,1,7
2,4,1,7
1,1,3,5
1 4 2 1 7
2 2 4 1 7
3 1 1 3 5

3
test-data/2.csv Normal file
View File

@@ -0,0 +1,3 @@
4,2,1,7,0
2,4,1,7,0
1,1,3,5,0
1 4 2 1 7 0
2 2 4 1 7 0
3 1 1 3 5 0

3
test-data/konv3.csv Normal file
View File

@@ -0,0 +1,3 @@
4,2,1,7
2,4,1,7
1,1,3,5
1 4 2 1 7
2 2 4 1 7
3 1 1 3 5

500
test-data/konv500.csv Normal file

File diff suppressed because one or more lines are too long

3
test-data/nokonv3.csv Normal file
View File

@@ -0,0 +1,3 @@
1,1,1,3
2,1,2,5
3,3,1,7
1 1 1 1 3
2 2 1 2 5
3 3 3 1 7