mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-12-25 14:36:10 +08:00
docs: update correct Big-O chart (#62)
This commit is contained in:
parent
9de6bc7de3
commit
bc17e4ea2c
@ -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/).
|
||||
|
||||
|
@ -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/).
|
||||
|
||||
|
@ -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 |
Loading…
Reference in New Issue
Block a user