Skip to content

Commit adeeddb

Browse files
authored
Remove some unnecessary colons
1 parent 6416b18 commit adeeddb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sorts/counting_sort.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
* @author : dev-madhurendra
2+
* @author dev-madhurendra
33
* Counting sort is an algorithm for sorting a collection
44
* of objects according to keys that are small integers.
5-
* @see: https://en.wikipedia.org/wiki/Counting_sort
6-
* @example :
5+
* @see https://en.wikipedia.org/wiki/Counting_sort
6+
* @example
77
* const array = [3, 0, 2, 5, 4, 1]
88
* countingSort(array, 0, 5)
99
*/

0 commit comments

Comments
 (0)