Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suyashd95/advent-of-code

This repository contain my solutions for the myriad of puzzles given in the Advent of Code challenge for the year 2022. (www.adventofcode.com/2022/)
https://github.com/suyashd95/advent-of-code

advent-of-code aoc2022 neovim python python310

Last synced: 2 days ago
JSON representation

This repository contain my solutions for the myriad of puzzles given in the Advent of Code challenge for the year 2022. (www.adventofcode.com/2022/)

Awesome Lists containing this project

README

        

# advent-of-code
This repository contain my solutions for the myriad of puzzles given in the Advent of Code challenge for the year 2022. (www.adventofcode.com/2022/)

## Acknowledgement
Thank you [@Eric Wastl](https://adventofcode.com/about) for designing and sharing Advent of Code with us... It is an awesome endeavor that brings so much joy to a lot of people in the programming communnity.

## Table of Contents
**Day 1: Calorie Counting** [[Puzzle](https://adventofcode.com/2022/day/1)] [[Input File](/day-1/day-1-input.txt)] [[Solution](/day-1/day-1-solution.py)]

**Day 2: Rock Paper Scissors** [[Puzzle](https://adventofcode.com/2022/day/2)] [[Input File](/day-2/day-2-input.txt)] [[Solution](/day-2/day-2-solution.py)]

**Day 3: Rucksack Reorganization** [[Puzzle](https://adventofcode.com/2022/day/3)] [[Input File](/day-3/day-3-input.txt)] [[Solution](/day-3/day-3-solution.py)]

**Day 4: Camp Cleanup** [[Puzzle](https://adventofcode.com/2022/day/4)] [[Input File](/day-4/day-4-input.txt)] [[Solution](/day-4/day-4-solution.py)]

**Day 5: Supply Stacks** [[Puzzle](https://adventofcode.com/2022/day/5)] [[Input File](/day-5/day-5-input.txt)] [[Solution](/day-5/day-5-solution.py)]

**Day 6: Tuning Trouble** [[Puzzle](https://adventofcode.com/2022/day/6)] [[Input File](/day-6/day-6-input.txt)] [[Solution](/day-6/day-6-solution.py)]

**Day 7: Day 7: No Space Left On Device** [[Puzzle](https://adventofcode.com/2022/day/7)] [[Input File](/day-7/day-7-input.txt)] [[Solution](/day-7/day-7-solution.py)]

**Day 8: Treetop Tree Hourse** [[Puzzle](https://adventofcode.com/2022/day/8)] [[Input File](/day-8/day-8-input.txt)] [[Solution](/day-8/day-8-solution.py)]