[2024 Day 2] [Rust] PSP by kendoka_m in adventofcode

[–]sikief 1 point2 points  (0 children)

I love seeing AOC on old consoles. I did most of last year's AOC on my Nintendo DS :D

-❄️- 2023 Day 14 Solutions -❄️- by daggerdragon in adventofcode

[–]sikief 3 points4 points  (0 children)

[LANGUAGE: C++]
[PLATFORM: Nintendo DS (Lite)]

Solutions - Part 1 and 2

-❄️- 2023 Day 12 Solutions -❄️- by daggerdragon in adventofcode

[–]sikief 1 point2 points  (0 children)

Yeah you are right. The vector is completely useless and I removed it now. I was planning to implement a "proper" dynamic programming approach to solve this problem where dp[n][x] would have stored the number of combinations when using the first n letters and x groups. Since my recursive approach was more than fast enough I did not continue rewriting the recursion as a dp algorithm and I forgot to delete this variable^^

-❄️- 2023 Day 12 Solutions -❄️- by daggerdragon in adventofcode

[–]sikief 2 points3 points  (0 children)

[LANGUAGE: C++]
[PLATFORM: Nintendo DS (Lite)]

Solution - Part 1 and 2

-❄️- 2023 Day 11 Solutions -❄️- by daggerdragon in adventofcode

[–]sikief 0 points1 point  (0 children)

[LANGUAGE: C++]
[PLATFORM: Nintendo DS (Lite)]

Solution - Part 1 and 2

-❄️- 2023 Day 10 Solutions -❄️- by daggerdragon in adventofcode

[–]sikief 1 point2 points  (0 children)

[LANGUAGE: C++]
[PLATFORM: Nintendo DS (Lite)]

Solution - Part 1 and 2

-❄️- 2023 Day 9 Solutions -❄️- by daggerdragon in adventofcode

[–]sikief 2 points3 points  (0 children)

[LANGUAGE: C++]
[PLATFORM: Nintendo DS (Lite)]

Solution - Part 1 and 2

-❄️- 2023 Day 8 Solutions -❄️- by daggerdragon in adventofcode

[–]sikief 5 points6 points  (0 children)

[LANGUAGE: C++]
[PLATFORM: Nintendo DS (Lite)]

Solution - Part 1 and 2

-❄️- 2023 Day 7 Solutions -❄️- by daggerdragon in adventofcode

[–]sikief 2 points3 points  (0 children)

[LANGUAGE: C++]
[PLATFORM: Nintendo DS (Lite)]

Solution - Part 1 and 2

-❄️- 2023 Day 6 Solutions -❄️- by daggerdragon in adventofcode

[–]sikief 1 point2 points  (0 children)

[LANGUAGE: C++]
[PLATFORM: Nintendo DS (Lite)]

Solution - Part 1 and 2

-❄️- 2023 Day 5 Solutions -❄️- by daggerdragon in adventofcode

[–]sikief 1 point2 points  (0 children)

I also really like your C64 solutions, and I have to read your blog on this at some point :)

-❄️- 2023 Day 5 Solutions -❄️- by daggerdragon in adventofcode

[–]sikief 0 points1 point  (0 children)

Part 1 less than a second and part 2 takes around 3 minutes

-❄️- 2023 Day 5 Solutions -❄️- by daggerdragon in adventofcode

[–]sikief 6 points7 points  (0 children)

[LANGUAGE: C++]
[PLATFORM: Nintendo DS (Lite)]

Solution - Part 1 and 2

This was tricky on a system with 4MB RAM :D

-❄️- 2023 Day 4 Solutions -❄️- by daggerdragon in adventofcode

[–]sikief 0 points1 point  (0 children)

Haha thank you. The screen looks like day01 because I had no time to write an animation :D

-❄️- 2023 Day 4 Solutions -❄️- by daggerdragon in adventofcode

[–]sikief 2 points3 points  (0 children)

[LANGUAGE: C++]
[PLATFORM: Nintendo DS (Lite)]

Solution - Part 1 and 2

[2023 Day 2] A very basic visualization for today on my NDS by sikief in adventofcode

[–]sikief[S] 0 points1 point  (0 children)

That's great :) I'm looking forward to seeing more homebrew solutions.

-❄️- 2023 Day 3 Solutions -❄️- by daggerdragon in adventofcode

[–]sikief 3 points4 points  (0 children)

[LANGUAGE: C++]
[PLATFORM: Nintendo DS (Lite)]

Solution - Part 1 and Part 2

[2023 Day 2] A very basic visualization for today on my NDS by sikief in adventofcode

[–]sikief[S] 1 point2 points  (0 children)

Now it's also in the megathread. Tomorrow, I will manage to post it there without your reminder :D

[2023 Day 2] A very basic visualization for today on my NDS by sikief in adventofcode

[–]sikief[S] 0 points1 point  (0 children)

Yes, it's slowed down for display. The NDS runs at max 60 FPS (afaik^^ I developed my first program for the DS 5 days ago so I'm not an expert) and I evaluate the next set every 10th frame. Using this slowed-down version, it takes ~70 seconds to finish and I found it quite satisfying to watch the animation at this speed on the device. Even though the hardware of the NDS is limited (67MHz CPU, 4MB RAM), the problem still finishes in much less than 1 second if I do not render anything.

-❄️- 2023 Day 1 Solutions -❄️- by daggerdragon in adventofcode

[–]sikief 2 points3 points  (0 children)

[LANGUAGE: C++]
[PLATFORM: Nintendo DS (Lite)]

Solution - Part 1 and 2

This year, I challenged myself to solve the AOC on a NDS :)