mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-07-06 01:15:56 +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.
|
||||
|
||||

|
||||

|
||||
|
||||
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": {
|
||||
|
Reference in New Issue
Block a user