We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d4c97 commit 50a2949Copy full SHA for 50a2949
src/algorithms/sorting/counting-sort/README.md
@@ -32,7 +32,7 @@ element is very small.
32
33
In first step we calculate the count of all the elements of the
34
input array `A`. Then Store the result in the count array `C`.
35
-The way we count is depected below.
+The way we count is depicted below.
36
37

38
0 commit comments