docs: update correct Big-O chart (#62)

This commit is contained in:
Tien Do 2018-06-12 18:28:19 +07:00 committed by Oleksii Trekhleb
parent 9de6bc7de3
commit bc17e4ea2c
4 changed files with 25 additions and 25 deletions

View File

@ -191,7 +191,7 @@ npm test -- -t 'playground'
Order of growth of algorithms specified in Big O notation.
![Big O graphs](https://github.com/trekhleb/javascript-algorithms/blob/master/assets/big-o-graph.png?raw=true)
![Big O graphs](./assets/big-o-graph.png)
Source: [Big O Cheat Sheet](http://bigocheatsheet.com/).

View File

@ -170,7 +170,7 @@ npm test -- -t 'playground'
大O符号中指定的算法的增长顺序。
![Big O graphs](https://github.com/trekhleb/javascript-algorithms/blob/master/assets/big-o-graph.png?raw=true)
![Big O graphs](./assets/big-o-graph.png)
源: [Big O Cheat Sheet](http://bigocheatsheet.com/).

View File

@ -167,7 +167,7 @@ npm test -- -t 'playground'
特別用大 O 標記演算法增長度的排序。
![Big O 表](https://github.com/trekhleb/javascript-algorithms/blob/master/assets/big-o-graph.png?raw=true)
![Big O 表](./assets/big-o-graph.png)
資料來源: [Big O Cheat Sheet](http://bigocheatsheet.com/).

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 60 KiB