781. Rabbits in Forest

781. Rabbits in ForestDifficulty: MediumTopics: Array, Hash Table, Math, GreedyThere is a forest with an unknown number of rabbits. We asked n rabbits "How many rabbits have the same color as you?" an...
0 Read More

2145. Count the Hidden Sequences

2145. Count the Hidden SequencesDifficulty: MediumTopics: Array, Prefix SumYou are given a 0-indexed array of n integers differences, which describes the differences between each pair of consecutive i...
0 Read More

Reindeer Maze

Advent of Code 2024 Day 16 Part 1 A 'shortest path' that feels doable I think I can use recursion to explore every possible path from S to E.That's because I've done it befo...
0 Read More

Data Structures & Algorigthms - Serie

This post is the first of a series about Data Structures & Algorithms! 🚀I’m excited to kick off this journey where we’ll dive into the fundamental building blocks that every developer shoul...
0 Read More