https://github.com/alokmenghrajani/adventofcode2023
Advent Of Code 2022 solution in Python ☃️🎄🎁🦌🎅
https://github.com/alokmenghrajani/adventofcode2023
2023 advent-of-code-2023 advent-of-code-2023-python adventofcode python python3 solutions
Last synced: about 1 month ago
JSON representation
Advent Of Code 2022 solution in Python ☃️🎄🎁🦌🎅
- Host: GitHub
- URL: https://github.com/alokmenghrajani/adventofcode2023
- Owner: alokmenghrajani
- License: apache-2.0
- Created: 2023-12-04T17:22:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-20T20:14:13.000Z (over 1 year ago)
- Last Synced: 2025-01-25T10:08:24.101Z (3 months ago)
- Topics: 2023, advent-of-code-2023, advent-of-code-2023-python, adventofcode, python, python3, solutions
- Language: Python
- Homepage: https://adventofcode.com/2023
- Size: 143 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent Of Code 2023
[](https://raw.githubusercontent.com/alokmenghrajani/adventofcode2023/master/LICENSE)[Advent Of Code 2023](https://adventofcode.com/2023) solution in [Python](https://www.python.org/).
# Introduction
Advent of Code is an annual speed programming competition. Unlike several other
competitions, you only need to submit the solution for one specific input. As a
result, code which doesn't handle every edge case can sometimes still win!My goal this year is just to have fun. Not trying to improve specific knowledge
or get on the leaderboard.This repo contains my solutions with little cleanup. I don't bother commenting
my code. I do sometimes go back and rename variables to improve clarity.I hope looking at my code will help you learn a trick or two, just as looking at
other people's solutions has helped me.# Previous years
1. I did fairly well in 2016 and 2017 using PHP, getting on the leaderboard almost each day.
2. In [2018](https://github.com/alokmenghrajani/adventofcode2018), I tried to solve each puzzle using a FPGA and forbidding myself from implementing a general purpose
processor. I consider the endeavour a failure, achieving only 4 solutions.
3. I retroactively solved 2015, 2016, 2017 without any time pressure in [Rust](https://github.com/alokmenghrajani/adventofcode). I attempted to comment my code to the best of my ability.
4. I retroactively solved 2018 and 2019 using Go.
5. In [2020](https://github.com/alokmenghrajani/adventofcode2020), I used Go. The event seems to have become way more competitive than previous years -- I only got on the leaderboard twice.
6. In [2021](https://github.com/alokmenghrajani/adventofcode2021/), I used Go.
7. In [2022](https://github.com/alokmenghrajani/adventofcode2022/), I used Go.