Update package json.

This commit is contained in:
Oleksii Trekhleb 2018-05-21 14:46:42 +03:00
parent c24e47dd49
commit e49923cf11
2 changed files with 2 additions and 2 deletions

View File

@ -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/).

View File

@ -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": {