Hi I am stuck on checking if a 2D array has duplicates.
I have to write a function to check if a column has duplicates and then another function to check if the rows have duplicates from a file.
How would I go about this... I have the array reading a file correctly is it just the check for duplicates that I am stuck on... :)
I have to write a function to check if a column has duplicates and then another function to check if the rows have duplicates from a file.
How would I go about this... I have the array reading a file correctly is it just the check for duplicates that I am stuck on... :)
Comment