Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 424 Bytes

File metadata and controls

22 lines (15 loc) · 424 Bytes

Random numbers

Create N number of files with X numbers

This is a utility script for algorithms

Parameters

  1. Number of files to be generated
  2. Type of sorting in the numbers to be created
    • 1 Ordered
    • 2 Reverse ordered
    • 3 Random
  3. Quantity of numbers to be created per file

Run the script

Example, create an ordered file with 100 numbers:

`./project_route/createFile.sh 1 1 100`