Author: Nicholas Prado <nmprado@nzen.ws>
Date: Tue Dec 1 07:10:46 UTC 2020
Commit: 5d85aea6b61a6a85adaa5de7786bb1b2644c9782
Parent: 12e2df13aeb201f9fe72111c360dcad8daada5c1 (diff to parent)
Log message:
feat 20 01 1+2 solved At first I divided the input by half. But, for the tri part sum, this just brute forces the combinatoric. Already 885 others had submitted before I did, le sigh.
src/java/Exercise200101.java (old) (diff) | 117 +++++++++++++++++++++++++ src/java/Exercise200102.java (old) (diff) | 119 +++++++++++++++++++++++++ src/res/20_01.txt (old) (diff) | 200 +++++++++++++++++++++++++++++++++++++++++++ src/res/20_01_example.txt (old) (diff) | 6 ++ 4 files changed, 442 insertions(+)
Files: