Skip to content

aminmirzaei-dev/ExternalSortEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExternalSortEngine

ExternalSortEngine is a pure C implementation of the external merge sort algorithm, designed to sort datasets that do not fit into main memory.

Features And Options

  • Disk-based sorting
  • Configurable memory usage
  • K-way merge with min-heap

About

External merge sort implementation in C for sorting large datasets that do not fit into memory

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages