mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-07-07 01:44:52 +08:00
Update package json.
This commit is contained in:
@ -179,7 +179,7 @@ npm test -- -t 'playground'
|
|||||||
|
|
||||||
Order of growth of algorithms specified in Big O notation.
|
Order of growth of algorithms specified in Big O notation.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Source: [Big O Cheat Sheet](http://bigocheatsheet.com/).
|
Source: [Big O Cheat Sheet](http://bigocheatsheet.com/).
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "javascript-algorithms-and-data-structures",
|
"name": "javascript-algorithms-and-data-structures",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"description": "Algorithms and data-structures implemented on JavaScript",
|
"description": "Algorithms and data-structures implemented on JavaScript",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Reference in New Issue
Block a user