Skip to content

chandra0651/acquentTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

acquentTest

This project will take text file as input and sorts the orders in lexicographicalOrder and writes output to a file.

How to Run the Project. Generate the jar file using intellij and go to the specific path of the jar and run below command and give the input and output file Path.

$ java -cp "jarfile" Pizza

$ please enter your input file location enter input File location

$please enter your output file location enter output File location

Output file will be generated at the specified location.

#Assumptions while sorting the orders according to the lexicographicalOrder ignored case as it doesn't give any value to the business user if the two same orders showing at different order if one they are case sensitive.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages