Movatterモバイル変換


[0]ホーム

URL:


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

Commit433515f

Browse files
committed
Fix typo in READMEs.
1 parentee35bd6 commit433515f

16 files changed

+17
-16
lines changed

‎README.ar-AR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,4 +322,4 @@ npm test -- 'playground'
322322
323323
[الناس الذين يدعمون هذا المشروع](https://github.com/trekhleb/javascript-algorithms/blob/master/BACKERS.md)`∑ = 0`
324324

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)

‎README.de-DE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,5 +332,5 @@ Nachfolgend finden Sie eine Liste einiger der am häufigsten verwendeten Big O-N
332332
333333
[Leute, die dieses Projekt unterstützen](https://github.com/trekhleb/javascript-algorithms/blob/master/BACKERS.md)`∑ = 0`
334334

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)
336336

‎README.es-ES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,4 +300,4 @@ frente a diferentes tamaños de los datos de entrada.
300300
|**Ordenamiento por cuentas**| n + r| n + r| n + r| n + r| Si| r - mayor número en el arreglo|
301301
|**Ordenamiento Radix**| n\* k| n\* k| n\* k| n + k| Si| k - largo de la llave más larga|
302302

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)

‎README.fr-FR.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,4 +293,5 @@ comparaisons de performance suivant différentes tailles pour les données d'ent
293293
|**Tri Shell**| n&nbsp;log(n)| dépend du gap séquence| n&nbsp;(log(n))<sup>2</sup>| 1| Non||
294294
|**Tri Comptage**| n + r| n + r| n + r| n + r| Oui| r - le plus grand nombre dans la liste|
295295
|**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)

‎README.id-ID.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,4 +305,4 @@ Di bawah ini adalah daftar dari beberapa notasi _Bog O_ yang sering digunakan da
305305
306306
[Orang-orang yang mendukung proyek ini](https://github.com/trekhleb/javascript-algorithms/blob/master/BACKERS.md)`∑ = 1`
307307

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)

‎README.it-IT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,4 +298,4 @@ Nella tabella qua sotto ci sono riportate la lista delle notazioni Big O più us
298298
|**Counting sort**| n + r| n + r| n + r| n + r| Yes| r - numero più grande nell'array|
299299
|**Radix sort**| n * k| n * k| n * k| n + k| Yes| k - lunghezza della chiave più grande|
300300

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)

‎README.ja-JP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,4 +297,4 @@ npm test -- 'playground'
297297
|**Counting sort**| n + r| n + r| n + r| n + r| Yes| r - biggest number in array|
298298
|**Radix sort**| n * k| n * k| n * k| n + k| Yes| k - length of longest key|
299299

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)

‎README.ko-KR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,4 +278,4 @@ Source: [Big O Cheat Sheet](http://bigocheatsheet.com/).
278278
|**계수 정렬**| n + r| n + r| n + r| n + r| Yes| r - 배열내 가장 큰 수|
279279
|**기수 정렬**| n * k| n * k| n * k| n + k| Yes| k - 키값의 최대 길이|
280280

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)

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,4 +344,4 @@ Below is the list of some of the most used Big O notations and their performance
344344
345345
[Folks who are backing this project](https://github.com/trekhleb/javascript-algorithms/blob/master/BACKERS.md)`∑ = 0`
346346

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)

‎README.pl-PL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,4 +290,4 @@ Poniżej umieszczamy listę najbardziej używanych Big O notacji i ich porównan
290290
|**Sortowanie przez zliczanie**| n + r| n + r| n + r| n + r| Yes| r - największy numer w tablicy|
291291
|**Sortowanie Radix**| n * k| n * k| n * k| n + k| Yes| k -długość najdłuższego klucza|
292292

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)

‎README.pt-BR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,4 @@ Abaixo está a lista de algumas das notações Big O mais usadas e suas compara
291291
|**Counting sort**| n + r| n + r| n + r| n + r| Sim| r - maior número na matriz|
292292
|**Radix sort**| n * k| n * k| n * k| n + k| Sim| k - comprimento da chave mais longa|
293293

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)

‎README.ru-RU.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,4 +296,4 @@ npm test -- 'playground'
296296
|**Сортировка подсчётом**| n + r| n + r| n + r| n + r| Да| r — наибольшее число в массиве|
297297
|**Поразрядная сортировка**| n * k| n * k| n * k| n + k| Да| k — длина самого длинного ключа|
298298

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)

‎README.tr-TR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,4 +316,4 @@ Altta Big O notations ve farklı input boyutlarına karşın yapılmış perform
316316

317317
Bu projeyi buradan destekleyebilirsiniz ❤️️[GitHub](https://github.com/sponsors/trekhleb) veya ❤️️[Patreon](https://www.patreon.com/trekhleb).
318318

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)

‎README.uk-UA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,4 +306,4 @@ npm test -- 'playground'
306306
307307
[Люди, які підтримують цей проект](https://github.com/trekhleb/javascript-algorithms/blob/master/BACKERS.md)`∑ = 1`
308308

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)

‎README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,4 +293,4 @@ npm test -- 'playground'
293293
|**计数排序**| n + r| n + r| n + r| n + r| Yes| r - 数组里最大的数|
294294
|**基数排序**| n * k| n * k| n * k| n + k| Yes| k - 最长 key 的升序|
295295

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)

‎README.zh-TW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,4 +223,4 @@ npm test -- 'playground'
223223
|**快速排序**| n log(n)| n log(n)| n^2| log(n)| No|
224224
|**希爾排序**| n log(n)| 由gap sequence決定| n (log(n))^2| 1| No|
225225

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

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp