From ece14b11bad87022a8690c9e758880e57cfec6ff Mon Sep 17 00:00:00 2001 From: bronku Date: Tue, 21 Oct 2025 21:26:22 +0200 Subject: [PATCH] updated todo --- TODO.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index 1495c41..9996303 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,6 @@ - [x] file operations - [x] write to file (at index) - - [x] read file + - [x] read file - [x] a tape type - representing a file? - [x] a record type - x1,x2,x3,x4,x5 - [x] comparing records @@ -8,11 +8,11 @@ - [x] configuration - [x] cmd args - man getopts - [x] file input -- [x] keyboard input -- [ ] stage 1 +- [ ] keyboard input +- [x] stage 1 - [x] reading chunks - [x] sorting - - [ ] writing runs + - [x] writing runs - [ ] stage 2 - [ ] reading runs - [ ] multiway merge