file_sorting/TODO.md
2025-10-16 15:26:56 +02:00

504 B

  • file operations
    • write to file (at index)
    • read file
  • a tape type - representing a file?
  • a record type - x1,x2,x3,x4,x5
    • comparing records
  • buffer quick sort
  • configuration
    • cmd args - man getopts
  • file input
  • keyboard input
  • stage 1
    • reading chunks
    • sorting
    • writing chunks
  • stage 2
    • reading chunks
    • multiway merge
    • writing chunks
    • repeat untill done
  • testing
  • report