notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

Task.md (301B)


      1 # Task
      2 
      3 Ch 0
      4 
      5 **Definition:** A task is a function from I to O where I is the set of all valid inputs and O is the set of all valid outputs.
      6 
      7 In this definition we are using the formal definition of a function from math.
      8 
      9 This does not define how to go from input to output just the expected outputs.