🇮🇳🇬🇧
Interested in LLMs at the moment. Leading low code adoption. #Scala #Python #Javascript #Kubernetes #Terraform #AWS #MachineLearning
💻 https://stacktoheap.com
🎥 https://youtube.com/manojlds
Running a bit behind. Very interesting problem for Day 20, where reading the problem correctly lets you make the right assumptions while solving the problem.
#Rust #AdventOfCode adventofcode.com/2024/day/20
Running a bit behind. Very interesting problem for Day 20, where reading the problem correctly lets you make the right assumptions while solving the problem.
#Rust #AdventOfCode adventofcode.com/2024/day/20
Easier day with no challenge in extending for Part 2 as well.
#Rust #AdventOfCode adventofcode.com/2024/day/19
Easier day with no challenge in extending for Part 2 as well.
#Rust #AdventOfCode adventofcode.com/2024/day/19
Easier day with simple Dijkstra's again for Part 1 and a straightforward expansion for Part 2
#Rust #AdventOfCode adventofcode.com/2024/day/18
Easier day with simple Dijkstra's again for Part 1 and a straightforward expansion for Part 2
#Rust #AdventOfCode adventofcode.com/2024/day/18
Interesting part 2 today. Brute force definitely didn't work and had to look for patterns (and a bit of Reddit help) to identify the solution
#Rust #AdventOfCode adventofcode.com/2024/day/17
Interesting part 2 today. Brute force definitely didn't work and had to look for patterns (and a bit of Reddit help) to identify the solution
#Rust #AdventOfCode adventofcode.com/2024/day/17
A bit delayed for day 16. Standard Dijkstra's/A* with having to track the paths for part 2
#Rust #AdventOfCode adventofcode.com/2024/day/16
A bit delayed for day 16. Standard Dijkstra's/A* with having to track the paths for part 2
#Rust #AdventOfCode adventofcode.com/2024/day/16
Fun part 2 today and just had to visualize it
#Rust #AdventOfCode adventofcode.com/2024/day/15
Fun part 2 today and just had to visualize it
#Rust #AdventOfCode adventofcode.com/2024/day/15
Tried part 2 with heuristics (had to go to reddit for this) and also LLMs. Took a dump of each state for 10000 ticks and passed to LLM to identify the tree.
#Rust #AdventOfCode adventofcode.com/2024/day/14
Tried part 2 with heuristics (had to go to reddit for this) and also LLMs. Took a dump of each state for 10000 ticks and passed to LLM to identify the tree.
#Rust #AdventOfCode adventofcode.com/2024/day/14
More about the math than anything else. Didn't know about Cramer's rule (or forgot if I learnt it earlier) and then it's just a straightforward problem
#Rust #AdventOfCode adventofcode.com/2024/day/13
More about the math than anything else. Didn't know about Cramer's rule (or forgot if I learnt it earlier) and then it's just a straightforward problem
#Rust #AdventOfCode adventofcode.com/2024/day/13
#Rust #AdventOfCode adventofcode.com/2024/day/12
#Rust #AdventOfCode adventofcode.com/2024/day/12
This was such a fun problem. A very simple part1 and a expected complication in part2 that just has you rethink the solution. But once you do the, part2 is simple as well and something that just cannot run runs in ms. So satisfying!
#Rust
This was such a fun problem. A very simple part1 and a expected complication in part2 that just has you rethink the solution. But once you do the, part2 is simple as well and something that just cannot run runs in ms. So satisfying!
#Rust
#Rust #AdventOfCode adventofcode.com/2024/day/10
Straightforward DFS and BFS
#Rust #AdventOfCode adventofcode.com/2024/day/10
Straightforward DFS and BFS
A very fun problem! Missed some cases in part 2 and was interesting to change to accommodate them.
#Rust #AdventOfCode
A very fun problem! Missed some cases in part 2 and was interesting to change to accommodate them.
#Rust #AdventOfCode
Would love some feedback to make this more idiomatic and on the approach. Doing this part to make it reusable for part 1 and part 2 and feels a bit ugly:
#AdventOfCode
Would love some feedback to make this more idiomatic and on the approach. Doing this part to make it reusable for part 1 and part 2 and feels a bit ugly:
#AdventOfCode
Easier day with part1 being a special case of part 2 and easy to refactor.
#Rust #AdventOfCode adventofcode.com/2024/day/8
Easier day with part1 being a special case of part 2 and easy to refactor.
#Rust #AdventOfCode adventofcode.com/2024/day/8
github.com/manojlds/adv...
Went with a recursive approach that was straightforward enough to expand for part 2
#AdventOfCode
github.com/manojlds/adv...
Went with a recursive approach that was straightforward enough to expand for part 2
#AdventOfCode
Easier day with a fun problem and a straightforward expansion in part 2
#Rust #AdventOfCode adventofcode.com/2024/day/7
Easier day with a fun problem and a straightforward expansion in part 2
#Rust #AdventOfCode adventofcode.com/2024/day/7