fix: remove repl.it links arabic challenge articles (#36209)
This commit is contained in:
@@ -84,7 +84,6 @@ Deem كتابة دالة مساعد تقوم بإرجاع الفرق المتم
|
||||
}
|
||||
`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/reduce)
|
||||
|
||||
[](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/reduce) [تشغيل الكود](https://repl.it/C4II/0)
|
||||
|
||||
### شرح الشفرة:
|
||||
|
||||
@@ -138,7 +137,6 @@ Deem كتابة دالة مساعد تقوم بإرجاع الفرق المتم
|
||||
sym([1, 2, 3], [5, 2, 1, 4]);
|
||||
`
|
||||
|
||||
 [تشغيل الكود](https://repl.it/CLoc/0)
|
||||
|
||||
### شرح الشفرة:
|
||||
|
||||
@@ -172,7 +170,6 @@ Deem كتابة دالة مساعد تقوم بإرجاع الفرق المتم
|
||||
sym([1, 2, 3], [5, 2, 1, 4]);
|
||||
`
|
||||
|
||||
 [تشغيل الكود](https://repl.it/@ashenm/Symmetric-Difference)
|
||||
|
||||
### شرح الشفرة:
|
||||
|
||||
|
@@ -37,7 +37,6 @@ localeTitle: تنفيذ فرز الفقاعة
|
||||
|
||||
`js function bubbleSort(array) { for (let i = 0; i < array.length; i++){ for (let j = 0; j < array.length-1-i; j++){ if (array[j] > array[j+1]) [array[j], array[j+1]] = [array[j+1], array[j]]; // Using ES6 array destructuring to swap } } return array; }`
|
||||
|
||||
* [تشغيل الكود](https://repl.it/@ezioda004/Bubble-Sort)
|
||||
|
||||
### المراجع:
|
||||
|
||||
|
@@ -31,7 +31,6 @@ localeTitle: تنفيذ فرز الإدراج
|
||||
}
|
||||
`
|
||||
|
||||
* [تشغيل الكود](https://repl.it/@ezioda004/Insertion-Sort)
|
||||
|
||||
### المراجع:
|
||||
|
||||
|
@@ -47,7 +47,6 @@ localeTitle: تنفيذ فرز دمج
|
||||
}
|
||||
`
|
||||
|
||||
* [تشغيل الكود](https://repl.it/@ezioda004/Merge-Sort)
|
||||
|
||||
### المراجع:
|
||||
|
||||
|
@@ -47,7 +47,6 @@ localeTitle: تنفيذ فرز سريع
|
||||
}
|
||||
`
|
||||
|
||||
* [تشغيل الكود](https://repl.it/@ezioda004/Quick-Sort)
|
||||
|
||||
### مرجع:
|
||||
|
||||
|
@@ -105,7 +105,6 @@ localeTitle: تحديث المخزون
|
||||
updateInventory(curInv, newInv);
|
||||
`
|
||||
|
||||
 [تشغيل الكود](https://repl.it/CLok/0)
|
||||
|
||||
### شرح الشفرة:
|
||||
|
||||
@@ -190,7 +189,6 @@ localeTitle: تحديث المخزون
|
||||
updateInventory(curInv, newInv);
|
||||
`
|
||||
|
||||
 [تشغيل الكود](https://repl.it/CLol/0)
|
||||
|
||||
### شرح الشفرة:
|
||||
|
||||
@@ -265,7 +263,6 @@ localeTitle: تحديث المخزون
|
||||
updateInventory(curInv, newInv);
|
||||
`
|
||||
|
||||
 [تشغيل الكود](https://repl.it/MQvv/latest)
|
||||
|
||||
### شرح الشفرة:
|
||||
|
||||
|
@@ -145,7 +145,6 @@ localeTitle: لا يتكرر من فضلك
|
||||
permAlone('aab');
|
||||
`
|
||||
|
||||
 [تشغيل الكود](https://repl.it/CLop/0)
|
||||
|
||||
### شرح الشفرة:
|
||||
|
||||
|
Reference in New Issue
Block a user