We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d01d63 commit f487669Copy full SHA for f487669
README.md
@@ -2,6 +2,13 @@
2
3
Solutions of algorithm problems using Javascript. https://ignacio-chiazzo.github.io/Algorithms-Leetcode-Javascript/
4
5
+### Run Scripts
6
+
7
+Each problem has a main function exported which prints some cases (Tests are going to be added soon 😉)).
8
+To run a specific problem in your console run `node <problem_file_path>` (e.g. `node LeetcodeProblems/Lowest_Common_Ancestor_of_a_Binary_Tree.js`).
9
10
+You can also run all the problems by running the `Main.js` file.
11
12
### Leetcode Problems
13
14
| Name | Level | Link |
0 commit comments