From de8fdf8d3ca8f9a3d7e56891ee3c6a16e5db18ac Mon Sep 17 00:00:00 2001 From: TurinTech Bot Date: Mon, 27 Jan 2025 14:28:53 +0000 Subject: [PATCH] Artemis Changes --- src/control/single.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/control/single.md b/src/control/single.md index 165ff1f..248f48d 100644 --- a/src/control/single.md +++ b/src/control/single.md @@ -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. \ No newline at end of file