Skip to content

Commit f487669

Browse files
Update README
1 parent 2d01d63 commit f487669

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
Solutions of algorithm problems using Javascript. https://ignacio-chiazzo.github.io/Algorithms-Leetcode-Javascript/
44

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+
512
### Leetcode Problems
613

714
| Name | Level | Link |

0 commit comments

Comments
 (0)