file_sorting/TODO.md
2025-10-12 23:01:25 +02:00

14 lines
381 B
Markdown

- [ ] file operations
- [ ] write to file (at index)
- [ ] read from 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
- [ ] natural merge sort
- [ ] configuration
- [ ] cmd args - man getopts
- [ ] file input
- [ ] keyboard input
- [ ] testing
- [ ] report