Commit Graph

123 Commits

Author SHA1 Message Date
alexchao26 3293e9c3e9 2020 day04 string parsing and validation, regexp ^ and $ killed me 2020-12-04 01:21:28 -05:00
alexchao26 ddd3220aea 2018 day16 opcode, dependency graph 2020-12-03 22:24:20 -05:00
alexchao26 397aac8fa6 cleanup 2020-12-03 21:04:50 -05:00
alexchao26 4e333f9d4c 2020 day18 - frequency of an ecosystem 2020-12-03 21:03:33 -05:00
alexchao26 e6aeb41004 2018 day17 crazy take on "trapping rainwater" with many buckets and weird physics 2020-12-03 01:18:55 -05:00
alexchao26 7e5fd32331 template update 2020-12-03 00:37:03 -05:00
alexchao26 ce80ce9f81 2020 day 3 - simple 2d grid traversal 2020-12-03 00:28:22 -05:00
alexchao26 79925f6507 2020 day2 - string parsing & simple validation 2020-12-02 00:32:39 -05:00
alexchao26 f363235bc9 2020 day14 - circling around a slice, matching patterns, simple-ish 2020-12-01 20:18:23 -05:00
alexchao26 88348ab4e3 2018 day 13 - oop-ish solution to carts moving on tracks and colliding 2020-12-01 19:12:10 -05:00
alexchao26 5b1c1472f5 2018 day 12 - find pattern frequency & do maths 2020-12-01 17:05:34 -05:00
alexchao26 43c4baf170 2018 day 11 - summing subgrids of a 2D grid 2020-12-01 01:32:52 -05:00
alexchao26 e105098728 2020 day1 - two/three sum 2020-12-01 00:31:43 -05:00
alexchao26 579d197a76 2018 day10 - gross 2D grid with moving objects 2020-11-30 23:08:33 -05:00
alexchao26 a8b9389aad 2018 day 9 - circular linked list 2020-11-30 13:51:15 -05:00
alexchao26 43ad04293d 2018 day 07 - graph & multiple workers 2020-11-30 12:33:10 -05:00
alexchao26 92d5b3c68d day08 2020 - tree parsing 2020-11-30 00:04:50 -05:00
alexchao26 45ae158f9e 2018/day06 2020-11-29 20:44:37 -05:00
alexchao26 884f43e9bf cleanup tests
updated 2020 templates for easier addition of tests
2020-11-29 20:21:15 -05:00
alexchao26 1cac95e4f9 2018 day06 solution, patch 2020 scripts missing flag.Parse() 2020-11-29 20:03:29 -05:00
alexchao26 f1e7900b8b 2020 folder setup 2020-11-29 16:05:41 -05:00
alexchao26 045d73b069 modified scripts to use a folder for each day - prevent a huge package "namespace" headache 2020-11-27 14:27:43 -05:00
alexchao26 4fc1a1e94f added scripts and 2020 folder 2020-11-27 02:54:14 -05:00
alexchao26 574bb4b9cc renamed module... for some reason 2020-11-27 02:53:18 -05:00
alexchao26 b883a59052 made a prime number generator to do a little bit of testing 2020-10-13 00:14:37 -04:00
alexchao26 bc24fb16f3 day04 2020-09-06 22:27:29 -04:00
alexchao26 207fb96d26 day03 2020-09-06 21:21:48 -04:00
alexchao26 31a8f178be day02 solution 2020-09-06 20:56:52 -04:00
alexchao26 62efd77655 fixing path due to new 2019 folder 2020-09-06 20:23:29 -04:00
alexchao26 3aa2b3e09a might be making a mistake starting 2018... 2020-09-06 20:12:08 -04:00
alexchao26 6508ec81d4 removing unnecessary slice literal constructions 2020-08-17 17:43:17 -04:00
alexchao26 db2d0f274a Merge branch 'patch/braces' 2020-08-17 17:33:14 -04:00
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