Skip to content

ahmadov/External-Sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

External Sort Algorithm

External Sort C++ implementation

USAGE

you can find an example in main.cpp file

COMPILING

g++ -std=c++14 -O2 -static -o main -s main.cpp && ./main

About

External Sort

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages