mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2026-03-13 08:51:02 +08:00
Add big O info.
This commit is contained in:
@@ -8,9 +8,11 @@
|
||||
|
||||
## 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.
|
||||
|
||||

|
||||

|
||||
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user