Luke Else luke-else
luke-else pushed to main at luke-else/OxidisedLeetCode 2024-07-05 10:14:13 +00:00
2318361bfc #1 Created base repo ready to start solving some problems.
luke-else opened issue luke-else/OxidisedLeetCode#1 2024-07-05 10:13:51 +00:00
Create a runner for leetcode problems
luke-else created repository luke-else/OxidisedLeetCode 2024-07-05 08:15:53 +00:00
luke-else pushed to master at luke-else/server 2024-03-14 15:17:07 +00:00
13fd59c773 Fixed gitingore file
luke-else pushed to master at luke-else/server 2024-03-14 15:16:34 +00:00
7792328885 Created runner for gitea
luke-else pushed to master at luke-else/server 2024-03-03 16:49:18 +00:00
d453e3213f Updated container names for websites to stop DNS collision
luke-else pushed to master at luke-else/server 2024-03-03 14:20:12 +00:00
5d48df697d Added uptime-kuma to services
luke-else pushed to main at luke-else/.config 2024-02-24 19:17:49 +00:00
74d2806469 Make Helix use keyboard for pasting
luke-else pushed to master at luke-else/server 2024-02-18 21:23:12 +00:00
9d24b137c5 Updated compose file to support wmgzon
luke-else pushed to master at luke-else/server 2024-02-18 19:49:19 +00:00
35fe718153 Added WMGZON container
luke-else pushed to main at luke-else/.config 2024-01-28 11:53:07 +00:00
0d2d954714 Updated Helix indenting style
luke-else pushed to main at luke-else/AdventOfCode2023 2024-01-12 14:26:10 +00:00
9609c69c9e Applied clippy suggestions
luke-else pushed to main at luke-else/AdventOfCode2023 2023-12-17 21:27:21 +00:00
760881cbc3 Day 17 Complete -> Love a bit of dijkstra :)
luke-else pushed to main at luke-else/AdventOfCode2023 2023-12-17 19:41:31 +00:00
7d9f472948 Day 16 Complete :) More readable now as well
luke-else pushed to main at luke-else/AdventOfCode2023 2023-12-17 19:15:43 +00:00
cfec497112 Day 16 Part 1 Complete -> Made it nice and easy for day 2 :)
luke-else pushed to main at luke-else/AdventOfCode2023 2023-12-15 08:45:11 +00:00
0bead087c3 Day 15 Complete -> Nice and easy :)
luke-else pushed to main at luke-else/AdventOfCode2023 2023-12-14 18:19:23 +00:00
505ea3771a Day 14 Part 2 Complete -> First solution took agest to run but added the hashmap to detect cycles in the rotations. Thanks reddit :)
luke-else pushed to main at luke-else/AdventOfCode2023 2023-12-14 17:38:03 +00:00
a3b2847d6b Day 14 Part 1 Complete -> Really happy with my solution here
luke-else pushed to main at luke-else/AdventOfCode2023 2023-12-14 16:50:37 +00:00
9fb69c573b Day 13 Complete 0 -> Initially implemented with a hashmap however this was not viable for the second part so followed AxlLinds solution to adapt it for the second part of the challenge.
luke-else pushed to main at luke-else/AdventOfCode2023 2023-12-12 21:12:38 +00:00
f287d5a7ee Day 12 Complete. Thanks Reddit. The cache was a godsend!