This program reads a list of integers from input files, generates a list of unique integers, sorts them in increasing order, and writes the result to output files.
-
Clone the repository: git clone https://github.com/Cchancee/UniqueInt.git
-
Navigate to the directory: cd UniqueInt
-
Install dependencies (if any): npm install
-
Place your input files in the
sample_inputsdirectory. -
Run the program: node code/src/uniqueInt.js
-
The program will read the input files, process the data, and generate output files in the
sample_resultsdirectory.
- You can customize the behavior of the program by modifying parameters or functions in the code.
- For example, you can adjust the file paths, customize the sorting algorithm, or add additional data validation checks.