file_sorting/TODO.md
2025-10-15 16:43:27 +02:00

13 lines
346 B
Markdown

- [ ] file operations
- [ ] write to file (at index)
- [ ] print_file (maybe just calling cat???)
- [ ] a tape type - representing a file?
- [x] a record type - x1,x2,x3,x4,x5
- [x] comparing records
- [x] buffer quick sort
- [x] configuration
- [x] cmd args - man getopts
- [x] file input
- [x] keyboard input
- [ ] testing
- [ ] report