Skip to content

Ihfaz/External-Sort-JAVA-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

External-Sort-JAVA

Implementation of External Sort using JAVA -> External sort is used to sort large amounts of data which exceed the space available in the Main memory -> Input and output data are stored in tapes/files in the Secondary memory -> For this project, the input is entered as a sequence of numerical values in the file T1 -> The run size is entered as a CL argument -> The sorted ouput is stored in file T3 or T4 and is specified by the program -> Execution: javac ExternalSort.java java ExternalSort

Releases

No releases published

Packages

No packages published

Languages