Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/control/single.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ over this array and checking whether the element is divisible by `m`.

- It is more efficient to simply iterate in some for loop with step size `m`
and sum the values.
- As for `SumRange`, a parallel implementation would be faster.

- As for `SumRange`, a parallel implementation would be faster.