mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-10 11:09:43 +08:00
Add big O info.
This commit is contained in:
parent
de2d9bd09f
commit
1eaab78371
BIN
assets/big-o-data-structures.png
Normal file
BIN
assets/big-o-data-structures.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 399 KiB |
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 89 KiB |
@ -8,9 +8,11 @@
|
|||||||
|
|
||||||
## Big O Notation
|
## Big O Notation
|
||||||
|
|
||||||
Order of growth of algorithms specified in Big O notation. Source: [Big O Cheat Sheet](http://bigocheatsheet.com/).
|
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)
|
![Big O graphs](https://github.com/trekhleb/javascript-algorithms/blob/master/assets/big-o-graph.png)
|
||||||
|
|
||||||
|
Source: [Big O Cheat Sheet](http://bigocheatsheet.com/).
|
||||||
|
|
||||||
Below is the list of some of the most used Big O notations and their performance comparisons against different sizes of the input data.
|
Below is the list of some of the most used Big O notations and their performance comparisons against different sizes of the input data.
|
||||||
|
|
||||||
|
@ -4,3 +4,8 @@
|
|||||||
|
|
||||||
- [YouTube Playlist](https://www.youtube.com/playlist?list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8)
|
- [YouTube Playlist](https://www.youtube.com/playlist?list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8)
|
||||||
|
|
||||||
|
## Common Data Structure Operations
|
||||||
|
|
||||||
|
![Common Data Structure Operations](https://github.com/trekhleb/javascript-algorithms/blob/master/assets/big-o-graph.png)
|
||||||
|
|
||||||
|
Source: [Big O Cheat Sheet](http://bigocheatsheet.com/).
|
||||||
|
Loading…
Reference in New Issue
Block a user