Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 238ac1b

Browse files
change the values of the testing array
1 parent 11a43e4 commit 238ac1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎selectionSort.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function selectionSort (list){
2727
* Testing the Algo with a normal unordered, ordered, reverse ordered lists
2828
* and a list with only one misplaced element
2929
*/
30-
console.log(selectionSort([1,3,2,4,4,5,6,7,8,9]));
30+
console.log(selectionSort([1,3,2,4,5,6,7,8,9]));
3131
console.log(selectionSort([13,12,11,9,8,7,6,5,3,2]));
3232
console.log(selectionSort([10,11,22,33,44,55,66,77,88,99]));
3333
console.log(selectionSort([22,3,44,5,6,8,7,10,9,15]));

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /