tasks.txt 718 B

1234567891011121314
  1. Notes/To Do:
  2. 1) replace sending in strings of binary and lengths with:
  3. a) only should need source2 for binary data, no need to not have the functionality it provides
  4. b) any source should allow no length being provided, just a string
  5. c) one source should allow storage of ASCII strings, converting to binary in the backend
  6. d) want a measure of compression
  7. i) formula: nodes vs nodes in a normal trie
  8. ii) formula: nodes vs total binary characters of all strings being stored (raw)
  9. 2) error handling
  10. a) throw error for deleting stuff that's not there
  11. b) check/handle (and throw) when you cannot allocate space to do an operation
  12. c) throw error for invalid input to functions
  13. i) invalid characters in strings