Skip to content

viyer5/GammaTech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Files & Folders Included

  1. Driver.java
  2. FileSorter.java
  3. doc
    • contains JavaDoc
  4. inputFile.txt
    • sample input file

Steps to run the programs

javac FileSorter.java
javac Driver.java
java Driver inputFile.txt

What happens after you run the program?

  • Output file with lines in sorted order is stored in a file called output.txt which will be generated by the program

About

Take home assignment by Gamma Tech

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages