Skip to content

999ashu/Tape-Sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tape Sorter

External merge‐sort on a simulated tape device with limited RAM


  • Tape<T> could be used with any integer data type.
  • Tape has configurable latencies for:
    • Element read/write
    • Move (random access)
    • Shift (one‐step tape move)
  • Unit tests with GoogleTest.

Project setup

git@github.com:999ashu/Tape-Sorter.git
git submodule update --init --recursive

About

External merge‐sort on a simulated tape device with limited RAM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published