record type
This commit is contained in:
parent
bc84bde277
commit
682bb557af
2 changed files with 53 additions and 0 deletions
14
TODO.md
Normal file
14
TODO.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
- [ ] 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue