justinklee345 / cs225ProjectHelloHello

cs225 project
0 stars 0 forks source link

Code includes ability to alter or adjust input data #15

Closed danielkoexe closed 1 year ago

danielkoexe commented 1 year ago

Change main function so that it takes in multiple arguments, the file path for the dataset and the number of node ids in the dataset.

danielkoexe commented 1 year ago

Similar to

https://courses.engr.illinois.edu/cs225/fa2022/mps/mosaics/

https://github.com/cs225-illinois/release-f22/blob/main/mp_mosaics/entry/mosaics.cpp

update main to take in dataset path and node id size. int main(int argc, const char** argv) { ....

justinklee345 commented 1 year ago

resolved this issue using argv