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 8caeebe commit aa47450Copy full SHA for aa47450
scripts/README.md
@@ -1,5 +1,8 @@
1
# Running On Custom Inputs
2
3
-This folder allows you to pass user input and view the output after running the desired algorithm.
+This folder allows you to run the algorithm/structures on any custom input you pass in.
4
5
-Simply run the file via IntelliJ in the respective folder.
+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