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
-
Notifications
You must be signed in to change notification settings - Fork 1
Ihfaz/External-Sort-JAVA-
About
Implementation of External Sorting
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published