It took a while, but I've finally completed "Hill Climbing Algorithm" - Day 12 of Advent of Code 2022 using #x11basic #basic
Not being a Real Programmer, I got stuck here because I didn't know any pathfinding at all. Also I ran out of time and just now got back to it.
#adventofcode #basic #X11Basic
I just completed "Monkey in the Middle" - Day 11 - Advent of Code 2022
Using #x11basic #basic. Part 1 was pretty easy. I don't think I would have figured out how to do part 2 on my own. Luckily I am way slower than the really smart people.
#adventofcode #basic #X11Basic
I just completed "Monkey in the Middle" - Day 11 - Advent of Code 2022
Using #x11basic #basic. Part 1 was pretty easy. I don't think I would have figured out how to do part 2 on my own. Luckily I am way slower than the really smart people.
#adventofcode #basic #X11Basic
I just completed "Cathode-Ray Tube" - Day 10 - Advent of Code 2022 using #x11basic #basic.
That was way easier than the days 9 and 10.
I don't even really feel bad about my solution this time.
#adventofcode #basic #X11Basic
I just completed "Cathode-Ray Tube" - Day 10 - Advent of Code 2022 using #x11basic #basic.
That was way easier than the days 8 and 9.
I don't even really feel bad about my solution this time.
github of soultion here:
https://github.com/argentcorvid/Advent-Of-Code/blob/main/2022%20day%2010.bas
#adventofcode #basic #X11Basic
I just completed "Rope Bridge" - Day 9 - Advent of Code 2022 #AdventOfCode using #x11basic #basic. I can't say I didn't look at some other people's solutions to get this to work in a reasonable amount of time, but it's done. 🙃
https://adventofcode.com/2022/day/9
#basic #X11Basic #adventofcode
I just completed "Rope Bridge" - Day 9 - Advent of Code 2022 #AdventOfCode using #x11basic #basic. I can't say I didn't look at some other people's solutions to get this to work in a reasonable amount of time, but it's done. 🙃
https://adventofcode.com/2022/day/9
#basic #X11Basic #adventofcode
I just completed "Treetop Tree House" - Day 8 - Advent of Code 2022 with #x11basic #basic.
Man I was fighting some basic logic errors there for far too long. And I took a detour through an "optimization" that would have taken 5x longer to run. All because printing is slow.
I made another fortuitous choice in how I decided to do part 1, so I just had to add a few lines to do part 2!
#adventofcode #basic #X11Basic
I just completed "Treetop Tree House" - Day 8 - Advent of Code 2022 with #x11basic #basic.
Man I was fighting some basic logic errors there for far too long. And I took a detour through an "optimization" that would have taken 5x longer to run. All because printing is slow.
I made another fortuitous choice in how I decided to do part 1, so I just had to add a few lines to do part 2!
#adventofcode #basic #X11Basic
I just completed "Tuning Trouble" - Day 6 - Advent of Code 2022 using #x11basic #basic #AdventOfCode https://adventofcode.com/2022/day/6
https://github.com/argentcorvid/Advent-Of-Code/blob/main/2022%20day%206.bas
#adventofcode #basic #X11Basic
I just completed "Tuning Trouble" - Day 6 - Advent of Code 2022 using #x11basic #basic #AdventOfCode https://adventofcode.com/2022/day/6
https://github.com/argentcorvid/Advent-Of-Code/blob/main/2022%20day%206.bas
#adventofcode #basic #X11Basic
I just completed "Supply Stacks" - Day 5 - Advent of Code 2022 using #x11basic #basic #AdventOfCode https://adventofcode.com/2022/day/5
https://github.com/argentcorvid/Advent-Of-Code/blob/main/2022%20day%205.bas
#adventofcode #basic #X11Basic
I just completed "Supply Stacks" - Day 5 - Advent of Code 2022 using #x11basic #basic #AdventOfCode https://adventofcode.com/2022/day/5
https://github.com/argentcorvid/Advent-Of-Code/blob/main/2022%20day%205.bas
#adventofcode #basic #X11Basic
I just completed "Rucksack Reorganization" - Day 3 - Advent of Code 2022 using #x11basic #basic #AdventOfCode https://adventofcode.com/2022/day/3
#adventofcode #basic #X11Basic
I just completed "Rucksack Reorganization" - Day 3 - Advent of Code 2022 using #x11basic #basic #AdventOfCode https://adventofcode.com/2022/day/3
#adventofcode #basic #X11Basic
I just completed "Rock Paper Scissors" - Day 2 - Advent of Code 2022 using x11-basic on my phone!
#AdventOfCode #basic
#x11basic
https://adventofcode.com/2022/day/2
#X11Basic #basic #adventofcode
I just completed "Rock Paper Scissors" - Day 2 - Advent of Code 2022 using x11-basic on my phone!
#AdventOfCode #basic
#x11basic
https://adventofcode.com/2022/day/2
#X11Basic #basic #adventofcode
I just completed "Calorie Counting" - Day 1 - Advent of Code 2022 #AdventOfCode https://adventofcode.com/2022/day/1
#basic #X11Basic #adventofcode
Tried to pick up my #odometer project, but it's been so long I forgot what I was working on. So it's been mostly reading code trying to figure out where I left off.
Also, #basic is awful at modern #DataStructures, and #X11Basic is no exception. Passing around complex structured data is hard. The most sophisticated data structures are multi-dimensional arrays. If only it had dictionaries...
#X11Basic #datastructures #basic #odometer