Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Unique Integers

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.

Installation

  1. Clone the repository: git clone https://github.com/Cchancee/UniqueInt.git

  2. Navigate to the directory: cd UniqueInt

  3. Install dependencies (if any): npm install

Usage

  1. Place your input files in the sample_inputs directory.

  2. Run the program: node code/src/uniqueInt.js

  3. The program will read the input files, process the data, and generate output files in the sample_results directory.

Customization

  • 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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages