Skip to content

Commit aa47450

Browse files
committed
docs: add readme details to scripts/
1 parent 8caeebe commit aa47450

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

scripts/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Running On Custom Inputs
22

3-
This folder allows you to pass user input and view the output after running the desired algorithm.
3+
This folder allows you to run the algorithm/structures on any custom input you pass in.
44

5-
Simply run the file via IntelliJ in the respective folder.
5+
Simply create a file of the similar structure as in the src/ folder or import the respective package to call the
6+
algorithm/structure in the `main` method of the file you create. Then, run the file via IntelliJ as per normal.
7+
8+
Some samples are shown.

0 commit comments

Comments
 (0)