Day 1: Calorie Counting
Day 1 involves calculating the total calories carried by elves and finding which elves carry the most calories.
Problem Overview
The elves are on an expedition and each carries different food items with different calorie values. Your task is to:
- Calculate the total calories carried by each elf
- Find which elf is carrying the most calories
- Find the sum of calories carried by the top three elves
Navigation
- Problem Description: Detailed description of the day's challenge
- Solution Explanation: Walkthrough of the approach used
- Code: The complete implementation with comments