We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f597b9 commit 0856305Copy full SHA for 0856305
README.md
@@ -5,7 +5,7 @@ Solutions of algorithm problems using Javascript. https://ignacio-chiazzo.githu
5
### Structure
6
The solutions are located under `/LeetcodeProblems`. Each problem has a test file located under `/LeetcodeProblemsTest`.
7
8
-### Run Tests Scripts
+### Run Tests
9
To run all the test run `node Test.js` in the console.
10
11
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`).
0 commit comments