Skip to content
Snippets Groups Projects
Commit 1939f217 authored by Yaroslav Dynnikov's avatar Yaroslav Dynnikov
Browse files

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);
```
parent 6ef697e9
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment