akshatmittal2002 / external-sorting

Contains Implementation of External Sorting on given set of pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 100.0%