Skip to content

Commit 171922c

Browse files
author
santi100a
committed
feat: version 0.0.2.
1 parent 117ff09 commit 171922c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ export function selectionSort<T = unknown>(
176176
}
177177
return array;
178178
}
179+
179180
/**
180181
* Sorts `arr` with merge-sort and returns a new sorted array (i.e.: doesn't mutate `arr`).
181182
*

0 commit comments

Comments
 (0)