Skip to content

mrtmrtmlck/distributed-file-sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Distributed File Sorting

The application sorts numbers in a very large file. The file is divided into small parts in order to increase efficiency of sorting. Quick sort and merge sort algorithms are used for sorting numbers. The application simulates different computers that simultaneously run in a network and they communicates via UDP while sorting the numbers and dividing/merging files.

About

Simulation of sorting numbers in a very large file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages