Author: Nicholas Prado <nmprado@nzen.ws> 
Date: Fri Dec  4 04:07:53 UTC 2020 
Commit: 6de043814e0147bc4973abb052b554d545961ba6
Parent: ca42cf8d3069c13756a8e4dc16409e4a120fb582  (diff to parent)
Log message: 
    feat 20 03 iterates over the original strings
    
    I invested in extracting the slope section because a) I misread
    the prompt and thought we had to iterate over all of them (though
    this was before I sat to type) and b) noticed a hint that we would
    need to iterate over different slopes.
    I am ambivalent that this was still managable today. Hopefully I'm
    out tomorrow.
src/java/Exercise200301.java (old) (diff) | 113 +++++++++++++++ src/java/Exercise200302.java (old) (diff) | 122 ++++++++++++++++ src/res/20_03_example.txt (old) (diff) | 11 ++ src/res/20_03_input.txt (old) (diff) | 323 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 569 insertions(+)
Files: