Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 245 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 245 Bytes

external-sort

Simple external sort implementation in java, It uses quick sort to sorting chunk of files and merges them back using mergesort. it is designed to sort huge files(>1GB) with using small RAM(few hundred of kilobytes.)