chore: change order of `sum_distance` function args
Make it more alike `find_farthest`: ```rust sum_distance(all, voters, candidate); find_farthest(all, voters, candidates); ```
Loading
Please register or sign in to comment
Make it more alike `find_farthest`: ```rust sum_distance(all, voters, candidate); find_farthest(all, voters, candidates); ```