Skip to content

Commit 50a2949

Browse files
author
Felix Rilling
committed
Fixed typo in the word 'depected'
1 parent 33d4c97 commit 50a2949

File tree

1 file changed

+1
-1
lines changed
  • src/algorithms/sorting/counting-sort

1 file changed

+1
-1
lines changed

src/algorithms/sorting/counting-sort/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ element is very small.
3232

3333
In first step we calculate the count of all the elements of the
3434
input array `A`. Then Store the result in the count array `C`.
35-
The way we count is depected below.
35+
The way we count is depicted below.
3636

3737
![Counting Sort](https://3.bp.blogspot.com/-jJchly1BkTc/WLGqCFDdvCI/AAAAAAAAAHA/luljAlz2ptMndIZNH0KLTTuQMNsfzDeFQCLcB/s1600/CSortUpdatedStepI.gif)
3838

0 commit comments

Comments
 (0)