360 Commits

Author SHA1 Message Date
alexchao26 936489e620 day10: some cleanup 2020-08-03 20:04:23 -04:00
Alex Chao 40f4e54bc2 finished day09 and have a COMPLETE INTCODE COMPILER 2020-08-03 17:39:59 -04:00
Alex Chao 3832f22775 day07 refactor before starting day09 2020-08-03 17:22:40 -04:00
Alex Chao 6144750bd7 day08, solution not modified much 2020-08-03 16:22:34 -04:00
Alex Chao 534995dcac refactor of day07 solution 2020-08-03 15:54:04 -04:00
Alex Chao 62dcb76a46 update util.ReadFile to trim whitespace 2020-08-03 15:53:34 -04:00
alexchao26 b16265925a day07 refactor start 2020-08-03 09:43:06 -04:00
alexchao26 2c04472991 day06 cleanup, not refactoring the solution... 2020-08-02 22:43:25 -04:00
alexchao26 b09aee0bcb day05 solutions updated 2020-08-02 22:16:00 -04:00
alexchao26 ed1cc6e2b4 day04 solutions refactored 2020-08-02 17:25:33 -04:00
alexchao26 51032e07ed day03 solutions refactored 2020-08-02 00:48:54 -04:00
alexchao26 90a9adcf03 updated day02 solutions 2020-08-01 23:43:57 -04:00
alexchao26 18f80cb4f5 day10 refactor, still needs a lot of work 2020-08-01 22:40:03 -04:00
alexchao26 af05bc86c3 Added go.mod file. Added util folder for shared code 2020-08-01 21:21:00 -04:00
alexchao26 ca8a7b4bb3 all prompts and input files added 2020-02-13 11:38:35 -05:00
alexchao26 fbc9d6f082 organizing/adding some useful snippets in go folder 2020-02-05 13:53:37 -05:00
alexchao26 fb6199ea22 updated LCM solution 2020-02-05 13:44:47 -05:00
alexchao26 7a2c6de20e part 2 is wild.. 2020-02-04 23:07:15 -05:00
alexchao26 01bb15789f cleanup part 1 2020-02-04 11:39:28 -05:00
alexchao26 90256b2167 input text file 2020-02-04 01:09:50 -05:00
alexchao26 2b4e155231 day 12 part 1, part2 is wild 2020-02-04 01:09:31 -05:00
alexchao26 febe879bfc part1 cleanup 2020-02-01 21:48:32 -05:00
alexchao26 cd1d5f5269 cleanup 2020-02-01 21:48:16 -05:00
alexchao26 e8a8d9cb8c updated folder names 2020-01-30 22:10:56 -05:00
alexchao26 f663b0e7c8 whoa I got the crazy part2 of day 10 using arctangents...🙃 2020-01-30 22:09:15 -05:00
alexchao26 4fc54127ab check 13/11 result 2020-01-30 19:47:07 -05:00
alexchao26 442e8d91de part 1 of day 10 2020-01-30 16:57:31 -05:00
alexchao26 e9fa108906 day 9 folder? 2020-01-29 21:51:29 -05:00
alexchao26 1c4eab3060 day 9 is hard, setup for day19 2020-01-29 21:51:08 -05:00
alexchao26 04e0dbc703 day7 solution 2020-01-29 21:02:19 -05:00
alexchao26 2e02bd306b recursion with closure to generate permutations 2020-01-25 15:03:42 -05:00
alexchao26 d6b2b03c8e can't quite figure out part2 of day7 2020-01-25 14:49:10 -05:00
alexchao26 2dfb2e9975 perms code made myself using results pointer 2020-01-25 00:00:28 -05:00
alexchao26 21701416e1 day 8 part 2 :) 2020-01-24 23:28:44 -05:00
alexchao26 e0c3c6b0e4 part2 folder 2020-01-24 16:06:21 -05:00
alexchao26 c3e0f192aa comments and refactoring to logical function blocks 2020-01-24 16:05:46 -05:00
alexchao26 0818ea176f day8 part1 solution 2020-01-24 15:49:10 -05:00
alexchao26 f1bc4df3bf day 7 parts 2020-01-08 15:16:35 -05:00
alexchao26 494bb64e51 part 1 complete but i didn't make permutations myself 2020-01-07 21:54:49 -05:00
alexchao26 58bd197281 working on making permutations now... 2020-01-05 11:32:19 -05:00
alexchao26 d969c00c97 day7 setup 2020-01-05 00:29:46 -05:00
alexchao26 474211f329 working solution using slices, but O(n2) and can be improved using a map 2020-01-05 00:19:43 -05:00
alexchao26 d3d04131ca working solution using slices, but O(n2) and can be improved using a map 2020-01-05 00:18:28 -05:00
alexchao26 587e9c3fd2 folder structure 2020-01-05 00:03:09 -05:00
alexchao26 84647a6556 folder structure for part1 and 2 2020-01-05 00:02:46 -05:00
alexchao26 2dea774b1d part1 of day6 using a map :) 2020-01-04 23:53:57 -05:00
alexchao26 ea2fd67ca8 part2 of day 5. starting to feel easier :) 2020-01-03 23:13:48 -05:00
alexchao26 cbd09e3d9a code cleanup 2020-01-03 22:37:03 -05:00
alexchao26 3f5a7fe04c the bug was a + instead of * in opcode 3... 2020-01-03 22:22:05 -05:00
alexchao26 54b4234afe copied a day5 example to learn what's going on... 2020-01-03 13:39:16 -05:00