Commit Graph

28 Commits

Author SHA1 Message Date
alexchao26 6f6cc42601 resolve some TODOs 2021-12-30 19:18:07 -05:00
alexchao26 666518f507 !changed mathutil package to mathy, removed int/string casting from mathy 2020-12-27 17:21:33 -05:00
alexchao26 46c54feff4 moved grid orientation generation into algos package 2020-12-21 20:09:19 -05:00
alexchao26 fd9a076157 2017-day25: 2017 finished! this one seems worse than it is because of the parsing 2020-12-20 22:07:35 -05:00
alexchao26 8f8ffc86fa 2017-day24: recursive backtrack again, bubble up longest bridge and highest sum 2020-12-20 21:36:23 -05:00
alexchao26 eb24a4e548 2020-day23: ugh manually optimizing assembly 2020-12-20 19:04:39 -05:00
alexchao26 228a8cda63 2017-day22: game of life from a single virus moving around 2020-12-19 23:29:29 -05:00
alexchao26 ec9a15afbe 2017-day21: sudoku-style grid plus game of life... 2020-12-19 21:51:28 -05:00
alexchao26 e5d6e111e4 2017-day20: particles moving in 3D space, velocity & acceleration 2020-12-19 16:47:48 -05:00
alexchao26 2eb562b2ee 2017-day19: simple following a 2D path 2020-12-19 14:24:51 -05:00
alexchao26 0be8f0f018 2017-day18: ugh assembly/intcode thing 2020-12-18 23:34:27 -05:00
alexchao26 228a6853e2 2017-day17: brute force 2020-12-16 22:34:17 -05:00
alexchao26 ae1401129e 2017-day16: another frequency finding one 2020-12-16 21:17:06 -05:00
alexchao26 f03568e4d8 2017-day15: some bitwise stuff to compare binary numbers 2020-12-16 18:11:34 -05:00
alexchao26 adb8381b85 2017-day14: knot hash, num islands, disk defrag :) 2020-12-16 18:11:34 -05:00
alexchao26 81adaec4b9 2017-day13: frequency calculation 2020-12-15 23:58:43 -05:00
alexchao26 1b5fb9d8fb 2017-day12: counting groups in a graph 2020-12-15 20:24:52 -05:00
alexchao26 6f555107c3 2017-day11: hex grid version of manhattan distance 2020-12-15 20:23:45 -05:00
alexchao26 1e2a250acd 2020-day15 so close :( 600/209. difficult to just understand the prompt. brute forced a dictionary for pt 2
2017-day10 weird fake hashing, xor and hexadecimals
2020-12-15 00:22:41 -05:00
alexchao26 0bc9afb7e0 2017-day9: balanced parens with a twist 2020-12-14 20:20:17 -05:00
alexchao26 1878c6c91c 2017-day08: longer assembly instructions :/ 2020-12-14 19:53:47 -05:00
alexchao26 9eaf35506a 2017-day7: unidirectional graph, weird weights 2020-12-14 18:48:36 -05:00
alexchao26 7b59c510d8 2017-day6: cycling until state repeats itself 2020-12-13 21:18:16 -05:00
alexchao26 5d7c500bf6 2017-day5: simple jumping around a slice 2020-12-13 20:54:28 -05:00
alexchao26 8b9f9ede76 2017-day4: comparing strings 2020-12-13 20:40:31 -05:00
alexchao26 eab6a4f4e3 2017-day3:spiraling around a point 2020-12-13 20:32:07 -05:00
alexchao26 7ccfca0897 2017-day2: more modulo stuff 2020-12-13 18:18:14 -05:00
alexchao26 e44b2ea99f 2017-day1: mod to stay in circular array/slice 2020-12-13 18:04:03 -05:00