Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Lab 1. External sorting


The external sorting is an approach to solving a sorting problem in large files which can't be placed in RAM fully.
To solve this problem the Balanced Multiway Merging strategy and its modification were used.