Skip to content

Add Missing k and field Arguments to main_ex1

st203998 requested to merge (removed):st203998-main-patch-91105 into main

After speaking with the professor during the T1 class, it was determined that the hand-in specifications for the first exercise were incomplete. The values of 'k' and 'field' to order by were missing as command-line arguments and needed to be added to the main function.

The README.MD now correctly displays how the first exercise's executable is meant to be run.

$ ./main_ex1 <path_to_csv_file> <output_csv_file> <k> <field>

Merge request reports

Loading