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 5adca66

Browse files
committed
Update README.
1 parent 20b0c48 commit 5adca66

File tree

8 files changed

+6
-33
lines changed

8 files changed

+6
-33
lines changed

‎README.es-ES.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ _Léelo en otros idiomas:_
1818
[_Français_](README.fr-FR.md),
1919
[_Português_](README.pt-BR.md)
2020

21-
> Estamos escribiendo un libro que explicará claramente, en detalle, los principales algoritmos.
22-
Si desea ser notificado cuando se publique el libro "Algoritmos JavaScript
23-
lanzamientos, [haga clic aquí](https://upscri.be/402324/).
24-
2521
## Estructuras de Datos
2622

2723
Una estructura de datos es una forma particular de organizar y almacenar datos en un ordenador para que pueda

‎README.fr-FR.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ _Lisez ceci dans d'autres langues:_
1919
[_Español_](README.es-ES.md),
2020
[_Português_](README.pt-BR.md)
2121

22-
> Nous écrivons actuellement un livre qui expliquera clairement, en détail, les
23-
principaux algorithmes. Si vous souhaitez être notifié lorsque le livre
24-
"JavaScript Algorithms" paraîtra, [cliquez ici](https://upscri.be/402324/).
25-
2622
## Data Structures
2723

2824
Une structure de données est une manière spéciale d'organiser et de stocker

‎README.ko-KR.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ _Read this in other languages:_
1717
[_Español_](README.es-ES.md),
1818
[_Português_](README.pt-BR.md)
1919

20-
> 우리는 주요 알고리즘에 대해 더 자세한 설명을 담은 책을 제작 중입니다.
21-
만약 "JavaScript Algorithms" 책이 언제 출시되는지 알고 싶다면
22-
, [여기를 클릭하세요.](https://upscri.be/402324/).
23-
2420
## 자료 구조
2521

2622
자료 구조는 데이터를 특정 방식으로 구성하고 저장함으로써 더 효율적으로

‎README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ _Read this in other languages:_
1919
[_Español_](README.es-ES.md),
2020
[_Português_](README.pt-BR.md)
2121

22-
> We’re writing a book that will clearly explain, in detail, the main algorithms.
23-
If you’d like to be notified when the "JavaScript Algorithms" book
24-
launches, [click here](https://upscri.be/402324/).
25-
2622
## Data Structures
2723

2824
A data structure is a particular way of organizing and storing data in a computer so that it can
@@ -291,3 +287,9 @@ Below is the list of some of the most used Big O notations and their performance
291287
| **Shell sort** | n&nbsp;log(n) | depends on gap sequence | n&nbsp;(log(n))<sup>2</sup> | 1 | No | |
292288
| **Counting sort** | n + r | n + r | n + r | n + r | Yes | r - biggest number in array |
293289
| **Radix sort** | n * k | n * k | n * k | n + k | Yes | k - length of longest key |
290+
291+
## The Book
292+
293+
We’re writing a book that will clearly explain, in detail, the main algorithms.
294+
If you’d like to be notified when the "JavaScript Algorithms" book
295+
launches, [click here](https://upscri.be/402324/).

‎README.pl-PL.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ _Read this in other languages:_
1919
[_Español_](README.es-ES.md),
2020
[_Português_](README.pt-BR.md)
2121

22-
> Jesteśmy w trakcie pisania książki, która w jasny i specyficzny sposób,
23-
wyjaśni główne algorytmy. Jeżeli chcesz dostać powiadomienie o tym kiedy
24-
książka “JavaScript Algorithms†zostanie wydana,[kliknij tutaj](https://upscri.be/402324/).
25-
26-
2722
## Struktury Danych
2823

2924
Struktura danych to sposób uporządkowania i przechowywania informacji w

‎README.pt-BR.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ _Leia isto em outros idiomas:_
1919
[_Français_](README.fr-FR.md),
2020
[_Español_](README.es-ES.md)
2121

22-
> Nós estamos escrevendo um livro que explicará claramente, em datalhes, os principais algoritmos.
23-
Se você deseja ser notificado quando o livro "Algoritmos em JavaScript"
24-
for lançado, [clique aqui](https://upscri.be/402324/).
25-
2622
## Data Structures
2723

2824
Uma estrutura de dados é uma maneira particular de organizar e armazenar dados em um computador para que ele possa

‎README.zh-CN.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ _Read this in other languages:_
1616
[_Español_](README.es-ES.md),
1717
[_Português_](README.pt-BR.md)
1818

19-
> We’re writing a book that will clearly explain, in detail, the main algorithms.
20-
If you’d like to be notified when the "JavaScript Algorithms" book
21-
launches, [click here](https://upscri.be/402324/).
22-
2319
## 数据结构
2420

2521
数据结构是在计算机中 组织和存储数 据的一种特殊方式, 它可以高效地 访问和修改 数据。更确切地说, 数据结构是数据值的集合, 它们之间的关系、函数或操作可以应用于数据。

‎README.zh-TW.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ _Read this in other languages:_
1515
[_Español_](README.es-ES.md),
1616
[_Português_](README.pt-BR.md)
1717

18-
> We’re writing a book that will clearly explain, in detail, the main algorithms.
19-
If you’d like to be notified when the "JavaScript Algorithms" book
20-
launches, [click here](https://upscri.be/402324/).
21-
2218
## 資料結構
2319

2420
資料結構是一個電腦用來組織和排序資料的特定方式,透過這樣的方式資料可以有效率地被讀取以及修改。更精確地說,一個資料結構是一個資料值的集合、彼此間的關係,函數或者運作可以應用於資料上。

0 commit comments

Comments
(0)

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