mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-12-26 23:21:18 +08:00
Update package json.
This commit is contained in:
parent
c24e47dd49
commit
e49923cf11
@ -179,7 +179,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)
|
||||
![Big O graphs](https://github.com/trekhleb/javascript-algorithms/blob/master/assets/big-o-graph.png?raw=true)
|
||||
|
||||
Source: [Big O Cheat Sheet](http://bigocheatsheet.com/).
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "javascript-algorithms-and-data-structures",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "Algorithms and data-structures implemented on JavaScript",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user