René Fuhry
|
51daa4a511
|
done
don't ask how
|
2023-03-17 15:28:36 +01:00 |
|
AustrianToast
|
b16d900532
|
Array now initialized with correct size
I still don't know how to put the csv into the array tough
|
2023-03-06 00:45:51 +01:00 |
|
AustrianToast
|
4ac94f9ce1
|
Made result a global variable
So it can be used by other methods
|
2023-03-05 00:59:56 +01:00 |
|
AustrianToast
|
442ee37075
|
ReAdded line variable
It was needed after all
|
2023-03-05 00:58:45 +01:00 |
|
AustrianToast
|
caecaef5d5
|
Created empty printCSV method
gonna use it to print out the array which contains the array
|
2023-03-05 00:51:08 +01:00 |
|
AustrianToast
|
18db15a050
|
Created TestMatrix class
For now only has one test for the importCSV method
|
2023-03-05 00:47:41 +01:00 |
|
AustrianToast
|
8b3a283118
|
Removed line variable
It just wasn't needed
|
2023-03-05 00:46:02 +01:00 |
|
AustrianToast
|
922ddee386
|
Added file parameter
Added it so I don't have a hardcoded file location
|
2023-03-05 00:12:07 +01:00 |
|
AustrianToast
|
f29925a78e
|
Completed importCSV method
Added BufferedReader with FileReader surrounded by a try/catch
|
2023-03-05 00:08:13 +01:00 |
|
AustrianToast
|
5a678633b7
|
Created importCSV method
Created the empty method importCSV
|
2023-02-28 00:33:17 +01:00 |
|
AustrianToast
|
13f8144bb2
|
Created Matrix class
Created Matrix class with an empty main method
|
2023-02-28 00:08:22 +01:00 |
|
AustrianToast
|
73db680028
|
Created Matrix class
Created Matrix class with an empty main method
|
2023-02-28 00:03:35 +01:00 |
|