We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd5c22 commit 9f471aeCopy full SHA for 9f471ae
src/sorting/countingsort.lua
@@ -17,7 +17,7 @@ return function(
17
end
18
19
local count = {}
20
- for i = 1, (max_key - min_key + 1) do
+ for i = 1, max_key - min_key + 1 do
21
count[i] = 0
22
23
0 commit comments