General Discussions

Discuss any topics that are not product-specific here.

Advent of Code 2020 - BaseA Style (Day 2)

Jean-Balteryx
16 - Nebula
16 - Nebula

Discussion thread for day 2 of the Advent of Code : https://adventofcode.com/2020/day/2

17 REPLIES 17
AkimasaKajitani
17 - Castor
17 - Castor

It's fun challenge!

 

Here is my solution for day1 and day2.

 

Day1:

Spoiler
AkimasaKajitani_0-1606919581916.png

 

Day2:

Spoiler
AkimasaKajitani_1-1606919603395.png

 

 

patrick_digan
17 - Castor
17 - Castor

Similar to everybody else using regex

Spoiler
patrick_digan_0-1607107482060.png

 

joshbennett
11 - Bolide
11 - Bolide

Here is my solution! I used RegEx formulas to get the deed done.

 

Part 1:

Spoiler
joshbennett_0-1607211680963.png

 

 Part 2:

Spoiler
2020_day2part2.png
T_Willins
14 - Magnetar
14 - Magnetar

Day 2.  Not the most efficient, but I must say I was watching a movie at the time.

 

Spoiler
AOC 20.2.jpg

 

joshbennett
11 - Bolide
11 - Bolide

Here is my solution - a single tool per step with some fun RegEx formulas!

 

Part 1:

Spoiler
joshbennett_1-1607222430740.png

 

 

Part 2:

Spoiler
joshbennett_2-1607222456501.png

 

 

Part 1 + 2:

Spoiler
joshbennett_0-1607222401141.png

 

OllieClarke
15 - Aurora
15 - Aurora

Here's my solution for day 2

Spoiler
Day 2.PNG
estherb47
15 - Aurora
15 - Aurora

Day 2. Made perfect sense, and I am a fan of substring. Yes, I am.

 

Spoiler
EstherB47_0-1607308233538.png

 

peter_gb
9 - Comet

For some reason opted to split to rows rather than use substring but there we go...!

Spoiler
2.png

Labels