Commit Graph

241 Commits

Author SHA1 Message Date
alexchao26 018b2baa48 replaced 1 << 31 -1 with math.MaxInt32 2020-08-17 17:30:54 -04:00
alexchao26 06e9e53f49 replaced 1 << 31 - 1 with math.MaxInt32 2020-08-12 20:45:56 -04:00
alexchao26 a2492f9f4b clean up 2020-08-12 20:41:00 -04:00
alexchao26 fd99be0ef3 finished day25! 2020-08-12 20:31:57 -04:00
alexchao26 5902b1694c added day24 solutions, one day left! 2020-08-12 18:22:06 -04:00
alexchao26 3a8cc549a5 removed snippets folder 2020-08-11 22:13:41 -04:00
alexchao26 9c7178562d added day23 solution - quick one for once :) 2020-08-11 22:13:02 -04:00
alexchao26 cb71b35150 day22 prompt and readme updates 2020-08-11 20:54:53 -04:00
alexchao26 5d6f75ea0a day22 solutions, copied part 2 solution 2020-08-11 20:52:24 -04:00
alexchao26 0a3e7f8fab day21 solution, boolean/assembly logic is weird 2020-08-08 12:51:58 -04:00
Alex Chao 4457349b8e day20 part2 solution. crazy 3D dijkstras BFS traverse to find shortest path 2020-08-08 12:47:33 -04:00
Alex Chao cd12e1a405 day20 part1, dijkstras search with portals/jumps 2020-08-07 16:25:20 -04:00
Alex Chao 765b74e940 improved day19 part2 solution 2020-08-07 09:58:37 -04:00
Alex Chao 7e23ba3c00 added day19 solution 2020-08-06 23:34:59 -04:00
Alex Chao d94081fbd9 day18 part2 solution - not perfect but it passes :/ 2020-08-06 19:51:52 -04:00
Alex Chao 59a0095488 added day18 part1- OOF djikstras search -> weighted graph generation & traversal w/ locked edges... 2020-08-06 16:51:21 -04:00
Alex Chao 9711825c89 intcode refactor to iterative instead of recursive 2020-08-05 16:58:38 -04:00
Alex Chao f0f237edc4 added day17 solutions. refactor needed to make Intcode algo iterative for gui output 2020-08-05 16:39:45 -04:00
Alex Chao 03939f3472 day16part2 refactor. oof 2020-08-05 13:20:48 -04:00
Alex Chao 91909162df day16part2 working! needs cleanup 2020-08-05 13:06:27 -04:00
Alex Chao eac38b1231 day16part2 solution is still a bit too slow 2020-08-05 01:07:00 -04:00
Alex Chao a3f3210c46 day16 part1 2020-08-04 21:12:29 -04:00
Alex Chao 627540fe31 added day15 solutions 2020-08-04 19:54:41 -04:00
Alex Chao bcbe60834c added day14 part2 prompt 2020-08-04 16:17:08 -04:00
Alex Chao 1b84060b80 added day14 solutions, weighted graph BF traversals 2020-08-04 16:15:19 -04:00
Alex Chao 9c85f180ad added day 13 prompt 2020-08-04 14:43:56 -04:00
Alex Chao 9399e87fc5 added day13 solution, ai is ezpz 2020-08-04 14:40:34 -04:00
Alex Chao 6f12ff1ca5 added day11 prompt 2020-08-04 11:51:36 -04:00
Alex Chao 9f29795353 small update to day12 solution 2020-08-04 11:50:35 -04:00
alexchao26 307f57d6f9 added day11 solution. added util.RotateGrid 2020-08-04 11:25:44 -04:00
alexchao26 2ac2f91236 finished day11-part1, Tweaks to Intcode compiler, Outputs is now []int type 2020-08-04 00:58:22 -04:00
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