In 6f1f767a73c03a4ed360673d78aff59100ef2b5a, we tried to print the length of
the point arrays instead of the actual points. However, it turns out that we
printed the length of the distance arrays and not the point arrays.
Here, we go back to printing the whole distance array and print the length of
the point arrays instead.
In 6f1f767a73c03a4ed360673d78aff59100ef2b5a, we tried to print the length of the point arrays instead of the actual points. However, it turns out that we printed the length of the distance arrays and not the point arrays.
Here, we go back to printing the whole distance array and print the length of the point arrays instead.