Dan VanderkamAdvent of Code 2020 (this time in Rust)My notes on 2020’s Advent of Code, and my experience of learning Rust while doing it.Mar 24, 2021
Vincent YangAdvent of Code — Day 6 — JavascriptFor Day 6, you are given a string of characters that represent the answer “Yes” to a question labeled with a single character. There are…Jan 25, 2021
Vincent YangAdvent of Code — Day 9 — JavascriptFor day 9, you are given a list of numbers. Starting from 26th indexed number, every number indexed further down is the sum of two numbers…Feb 15, 2021Feb 15, 2021
Vincent YangAdvent of Code — Day 1 — JavascriptAdvent of Code is a series of 25 coding puzzles that are released daily between December 1 to December 25. It is free and open to everyone…Dec 21, 2020Dec 21, 2020
Vincent YangAdvent of Code — Day 8 — JavascriptFor day 8, the input data is a stack of instructions. The stack of instructions, when followed properly, leads to an infinite loop. You…Feb 8, 2021Feb 8, 2021
Dan VanderkamAdvent of Code 2020 (this time in Rust)My notes on 2020’s Advent of Code, and my experience of learning Rust while doing it.Mar 24, 2021
Vincent YangAdvent of Code — Day 6 — JavascriptFor Day 6, you are given a string of characters that represent the answer “Yes” to a question labeled with a single character. There are…Jan 25, 2021
Vincent YangAdvent of Code — Day 9 — JavascriptFor day 9, you are given a list of numbers. Starting from 26th indexed number, every number indexed further down is the sum of two numbers…Feb 15, 2021
Vincent YangAdvent of Code — Day 1 — JavascriptAdvent of Code is a series of 25 coding puzzles that are released daily between December 1 to December 25. It is free and open to everyone…Dec 21, 2020
Vincent YangAdvent of Code — Day 8 — JavascriptFor day 8, the input data is a stack of instructions. The stack of instructions, when followed properly, leads to an infinite loop. You…Feb 8, 2021
Vincent YangAdvent Of Code — Day 7 — JavascriptToday’s puzzle is quite confusing on how to complete. If we take a look at the sample data:Feb 1, 2021
InnPlanbyNaman WahiAoC 2020 Day 24 — Representing Hexagonal Tiling with Cube CoordinatesThis is part of a series we did on the Advent of Code 2020 problems. You can see a list of all the problems we wrote about here. If you…Jan 28, 2021
Vincent YangAdvent of Code — Day 5 — JavascriptFor Day 5, you are asked to use parse through a string of 10 characters which point to a specific seat on a plane. The airplane has 128…Jan 18, 2021