Skip to content

Commit 29051fa

Browse files
author
AndreyGeonya
committed
insertionsort jsdoc dix
1 parent e4589d7 commit 29051fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sorting/insertionsort.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77

88
/**
9-
* Insertionsort algorithm.
9+
* Insertionsort algorithm.<br><br>
1010
* Time complexity: O(N^2).
1111
*
1212
* @example

0 commit comments

Comments
 (0)