We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c24e47d commit e49923cCopy full SHA for e49923c
README.md
@@ -179,7 +179,7 @@ npm test -- -t 'playground'
179
180
Order of growth of algorithms specified in Big O notation.
181
182
-
+
183
184
Source: [Big O Cheat Sheet](http://bigocheatsheet.com/).
185
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "javascript-algorithms-and-data-structures",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "Algorithms and data-structures implemented on JavaScript",
5
"main": "index.js",
6
"scripts": {
0 commit comments