Skip to content

Commit 00dfdb7

Browse files
authored
Update New Text Document.txt
1 parent 850a960 commit 00dfdb7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sort/New Text Document.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ void countSort(char arr[])
3232
for (i = 0; arr[i]; ++i)
3333
arr[i] = output[i];
3434
}
35-
35+
36+
3637

3738
int main()
3839
{
@@ -42,4 +43,4 @@ int main()
4243

4344
printf("Sorted character array is %sn", arr);
4445
return 0;
45-
}
46+
}

0 commit comments

Comments
 (0)