You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.ar-AR.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -322,4 +322,4 @@ npm test -- 'playground'
322
322
323
323
[الناس الذين يدعمون هذا المشروع](https://github.com/trekhleb/javascript-algorithms/blob/master/BACKERS.md)`∑ = 0`
324
324
325
-
> ℹ️ Some more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
325
+
> ℹ️ A few more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
Copy file name to clipboardexpand all lines: README.de-DE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -332,5 +332,5 @@ Nachfolgend finden Sie eine Liste einiger der am häufigsten verwendeten Big O-N
332
332
333
333
[Leute, die dieses Projekt unterstützen](https://github.com/trekhleb/javascript-algorithms/blob/master/BACKERS.md)`∑ = 0`
334
334
335
-
> ℹ️ Some more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
335
+
> ℹ️ A few more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
Copy file name to clipboardexpand all lines: README.es-ES.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -300,4 +300,4 @@ frente a diferentes tamaños de los datos de entrada.
300
300
|**Ordenamiento por cuentas**| n + r | n + r | n + r | n + r | Si | r - mayor número en el arreglo |
301
301
|**Ordenamiento Radix**| n \* k | n \* k | n \* k | n + k | Si | k - largo de la llave más larga |
302
302
303
-
> ℹ️ Some more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
303
+
> ℹ️ A few more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
Copy file name to clipboardexpand all lines: README.fr-FR.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -293,4 +293,5 @@ comparaisons de performance suivant différentes tailles pour les données d'ent
293
293
|**Tri Shell**| n log(n) | dépend du gap séquence | n (log(n))<sup>2</sup> | 1 | Non ||
294
294
|**Tri Comptage**| n + r | n + r | n + r | n + r | Oui | r - le plus grand nombre dans la liste |
295
295
|**Tri Radix**| n \* k | n \* k | n \* k | n + k | Non | k - longueur du plus long index |
296
-
> ℹ️ Some more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
296
+
297
+
> ℹ️ A few more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
Copy file name to clipboardexpand all lines: README.id-ID.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -305,4 +305,4 @@ Di bawah ini adalah daftar dari beberapa notasi _Bog O_ yang sering digunakan da
305
305
306
306
[Orang-orang yang mendukung proyek ini](https://github.com/trekhleb/javascript-algorithms/blob/master/BACKERS.md)`∑ = 1`
307
307
308
-
> ℹ️ Some more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
308
+
> ℹ️ A few more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
Copy file name to clipboardexpand all lines: README.it-IT.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -298,4 +298,4 @@ Nella tabella qua sotto ci sono riportate la lista delle notazioni Big O più us
298
298
|**Counting sort**| n + r | n + r | n + r | n + r | Yes | r - numero più grande nell'array |
299
299
|**Radix sort**| n * k | n * k | n * k | n + k | Yes | k - lunghezza della chiave più grande |
300
300
301
-
> ℹ️ Some more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
301
+
> ℹ️ A few more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
Copy file name to clipboardexpand all lines: README.ja-JP.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -297,4 +297,4 @@ npm test -- 'playground'
297
297
|**Counting sort**| n + r | n + r | n + r | n + r | Yes | r - biggest number in array |
298
298
|**Radix sort**| n * k | n * k | n * k | n + k | Yes | k - length of longest key |
299
299
300
-
> ℹ️ Some more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
300
+
> ℹ️ A few more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
Copy file name to clipboardexpand all lines: README.ko-KR.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -278,4 +278,4 @@ Source: [Big O Cheat Sheet](http://bigocheatsheet.com/).
278
278
|**계수 정렬**| n + r | n + r | n + r | n + r | Yes | r - 배열내 가장 큰 수 |
279
279
|**기수 정렬**| n * k | n * k | n * k | n + k | Yes | k - 키값의 최대 길이 |
280
280
281
-
> ℹ️ Some more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
281
+
> ℹ️ A few more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -344,4 +344,4 @@ Below is the list of some of the most used Big O notations and their performance
344
344
345
345
[Folks who are backing this project](https://github.com/trekhleb/javascript-algorithms/blob/master/BACKERS.md)`∑ = 0`
346
346
347
-
> ℹ️ Some more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
347
+
> ℹ️ A few more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
Copy file name to clipboardexpand all lines: README.pl-PL.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -290,4 +290,4 @@ Poniżej umieszczamy listę najbardziej używanych Big O notacji i ich porównan
290
290
|**Sortowanie przez zliczanie**| n + r | n + r | n + r | n + r | Yes | r - największy numer w tablicy|
291
291
|**Sortowanie Radix**| n * k | n * k | n * k | n + k | Yes | k -długość najdłuższego klucza |
292
292
293
-
> ℹ️ Some more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
293
+
> ℹ️ A few more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
Copy file name to clipboardexpand all lines: README.pt-BR.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -291,4 +291,4 @@ Abaixo está a lista de algumas das notações Big O mais usadas e suas compara
291
291
|**Counting sort**| n + r | n + r | n + r | n + r | Sim | r - maior número na matriz |
292
292
|**Radix sort**| n * k | n * k | n * k | n + k | Sim | k - comprimento da chave mais longa |
293
293
294
-
> ℹ️ Some more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
294
+
> ℹ️ A few more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
Copy file name to clipboardexpand all lines: README.ru-RU.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -296,4 +296,4 @@ npm test -- 'playground'
296
296
|**Сортировка подсчётом**| n + r | n + r | n + r | n + r | Да | r — наибольшее число в массиве |
297
297
|**Поразрядная сортировка**| n * k | n * k | n * k | n + k | Да | k — длина самого длинного ключа |
298
298
299
-
> ℹ️ Some more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
299
+
> ℹ️ A few more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
Copy file name to clipboardexpand all lines: README.tr-TR.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -316,4 +316,4 @@ Altta Big O notations ve farklı input boyutlarına karşın yapılmış perform
316
316
317
317
Bu projeyi buradan destekleyebilirsiniz ❤️️ [GitHub](https://github.com/sponsors/trekhleb) veya ❤️️ [Patreon](https://www.patreon.com/trekhleb).
318
318
319
-
> ℹ️ Some more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
319
+
> ℹ️ A few more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
Copy file name to clipboardexpand all lines: README.uk-UA.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -306,4 +306,4 @@ npm test -- 'playground'
306
306
307
307
[Люди, які підтримують цей проект](https://github.com/trekhleb/javascript-algorithms/blob/master/BACKERS.md)`∑ = 1`
308
308
309
-
> ℹ️ Some more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
309
+
> ℹ️ A few more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
Copy file name to clipboardexpand all lines: README.zh-CN.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -293,4 +293,4 @@ npm test -- 'playground'
293
293
|**计数排序**| n + r | n + r | n + r | n + r | Yes | r - 数组里最大的数 |
294
294
|**基数排序**| n * k | n * k | n * k | n + k | Yes | k - 最长 key 的升序 |
295
295
296
-
> ℹ️ Some more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
296
+
> ℹ️ A few more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
Copy file name to clipboardexpand all lines: README.zh-TW.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -223,4 +223,4 @@ npm test -- 'playground'
223
223
|**快速排序**| n log(n) | n log(n) | n^2 | log(n) | No |
224
224
|**希爾排序**| n log(n) | 由gap sequence決定 | n (log(n))^2 | 1 | No |
225
225
226
-
> ℹ️ Some more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
226
+
> ℹ️ A few more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
0 commit comments