beaunus/stanford-algs

course3/assignment1SchedulingAndMST/question3 input is wrong

Closed this issue · 2 comments

expected input is:
[number_of_nodes] [number_of_edges]
and then number_of_edges lines below.

But the line count of edges and [number_of_edges] is not equal.
For example, the first line of input_random_11_40.txt is

40 78

but only 51 edges below.

Will you consider to fix it?
Thank you.

Jeson,

I have updated the files with the correct number of edges. Thank you for pointing this out.

If you notice any other problems, please let me know.

Beau