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: about 1 year 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/)
- Host: GitHub
- URL: https://github.com/suyashd95/advent-of-code
- Owner: SuyashD95
- Created: 2022-12-25T07:46:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-16T09:16:50.000Z (over 1 year ago)
- Last Synced: 2025-04-12T21:42:26.559Z (about 1 year ago)
- Topics: advent-of-code, aoc2022, neovim, python, python310
- Language: Python
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)]
**Day 9: Rope Bridge** [[Puzzle](https://adventofcode.com/2022/day/9)] [[Input File](/day-9/day-9-input.txt)] [[Solution](/day-9/day-9-solution.py)]