From 630e24b7a883bfb4d94fdbf2420a52748c97e833 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Thu, 24 May 2018 09:13:23 +0300 Subject: [PATCH 1/3] Update language link outlook. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edf78284..09ec8def 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Each algorithm and data structure have its own separate README with related explanations and links for further reading and YouTube videos. -Read this in other languages: [Chinese](https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-CN.md) +_Read this in other languages:_ [_Chinese_](https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-CN.md) ## Data Structures From 5bd47e40a620f9bac4864fa410004d60078b9b09 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Thu, 24 May 2018 09:15:18 +0300 Subject: [PATCH 2/3] Fix Chinese README. --- README.zh-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.zh-CN.md b/README.zh-CN.md index 5a815e3d..fb386c46 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -180,7 +180,7 @@ npm test -- -t 'playground' | **O(1)** | 1 | 1 | 1 | | **O(log N)** | 3 | 6 | 9 | | **O(N)** | 10 | 100 | 1000 | -| **O(N log N)** | 30 | 60 | 9000 | +| **O(N log N)** | 30 | 600 | 9000 | | **O(N^2)** | 100 | 10000 | 1000000 | | **O(2^N)** | 1024 | 1.26e+29 | 1.07e+301 | | **O(N!)** | 3628800 | 9.3e+157 | 4.02e+2567 | From 35fff1f5c50abe7c9e4ee7f8c3d2fef843b996bf Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Thu, 24 May 2018 09:17:06 +0300 Subject: [PATCH 3/3] Fix Chinese README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09ec8def..1422c692 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Each algorithm and data structure have its own separate README with related explanations and links for further reading and YouTube videos. -_Read this in other languages:_ [_Chinese_](https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-CN.md) +_Read this in other languages:_ [简体中文](https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-CN.md) ## Data Structures