There was an error while loading. Please reload this page.
1 parent ec4c993 commit 3af1c9aCopy full SHA for 3af1c9a
problem-46.js
@@ -1,5 +1,6 @@
1
// Sort an Array You must solve the problem without using any built-in functions
2
let sortArray = function(nums) {
3
+ let swapp
4
do {
5
swapp = false
6
for (let i = 0; i < nums.length; i++) {
0 commit comments