Skip to content

akshat-mittal-2110/external-sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

External-Sorting

Implementation of external sorting algorithm in C++.

Input:

Line 1 contains the value of available buffer pages
Line 2 contains the number of records per page
Line 3 contains the total number of records
Line 4 onwards contains list of records. Each record is a non-negative integer.

Output:

Print the records in ascending order.

About

Contains Implementation of External Sorting on given set of pages

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages