We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9559fd commit 81f46caCopy full SHA for 81f46ca
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "javascript-algorithms",
3
- "version": "1.0.0",
+ "version": "0.0.1",
4
"description": "Algorithms and data-structures implemented on JavaScript",
5
"main": "index.js",
6
"scripts": {
@@ -24,7 +24,10 @@
24
"data-structures",
25
"javascript",
26
"algorithm",
27
- "javascript-algorithms"
+ "javascript-algorithms",
28
+ "sorting-algorithms",
29
+ "graph",
30
+ "tree"
31
],
32
"author": "Oleksii Trekhleb (https://www.linkedin.com/in/trekhleb/)",
33
"license": "MIT",
0 commit comments