This repository contains each day of Advent of Code 2021 that I've done.

Overview

Advent of Code - 2021

I will use this repository as my Advent of Code1 (AoC) repo for the 2021 challenge. I'm changing how I am tackling the problems this year.

Firstly, instead of using Swift, I will be using Python 3.9 as my language of choice. I learned it this year, so I want to practice more with these challenges

Secondly, I will not be creating a server for the problems this year. I have been learning abotu Flask and Djanjo, but I don't feel comfortable enough with either to create it this year. And honestly, reverse engineering the challenges to give other randomized data sets took a decent amount of time for me to do.

Finally, this will be my only repo this year. Instead of having a repo for each day, I intend on organizing this single repo to support each day that I complete. I have added an organization section to explain that better.

Organization

/
├─── Day_1
│    ├─── first_half.py
│    ├─── second_half.py
│    └─── input.txt
├─── Day_2
│    ├─── first_half.py
│    ├─── second_half.py
│    └─── input.txt
├─── Day_3
│    ├─── first_half.py
│    ├─── second_half.py
│    └─── input.txt
.
.
.
└─── Day_25
     ├─── first_half.py
     ├─── second_half.py
     └─── input.txt

Day's Completed

Day Date/Time Completed Name
1 00:20 Sonar Sweep

Get Involved

I have created a private leaderboard on Advent of Code for up to 199 people to join, feel free to jump in and play along. Each day solving the 2 challenges earning stars. The private leaderboard's join code is 1048725-41c081f6 Once the 199 spots have been filled I will remove this portion of the readme, and at the end of the month post the top 5 people on the leaderboard.

Note: The leaderboard is retro-active, so if you've already done the days leading up to the day you join, your points will still count.

Support

Please try your hand at Advent of Code.

Please support the cause of Advent of Code by making whatever donation2 you can at: Donation Link

Folow Eric Wastl, the creator of Advent of Code, on Twitter and Github

Follow me on Twitter if that tickles your fancy.

1I do not own, operate, or at all take ownership of Advent of Code. It is, in its entirety, owned and operated by Eric Wastl and all credit due is due to him.

2 The money donated will not go to me. The donation is made to the creator of Advent of Code, Eric Wastl.

You might also like...
Python template for Advent of Code event

Advent of Code Python Starter A tamplate for Advent of Code write in Python. Usage The project use poetry for project manager. Clone this repository a

These are my solutions to Advent of Code problems.

Advent of Code These are my solutions to Advent of Code problems. If you want to join my leaderboard, the code is 540750-9589f56d. When I solve for sp

A collection of convenient parsers for Advent of Code problems.

Advent of Code Parsers A collection of convenient Python parsers for Advent of Code problems. Installation pip install aocp Quickstart You can import

My attempt at this years Advent of Code!

Advent-of-code-2021 My attempt at this years Advent of Code! day 1: ** day 2: ** day 3: ** day 4: ** day 5: ** day 6: ** day 7: ** day 8: * day 9: day

Jack Morgan's Advent of Code Solutions

Advent-of-Code Jack Morgan's Advent of Code Solutions Usage Run . initiate.sh year day To initiate a day. This sets up a template python file, and pul

A custom advent of code I am completing

advent-of-code-custom A custom advent of code I am doing in python. The link to the problems I am solving is here: https://github.com/seldoncode/Adven

An Advent calendar of small programming puzzles for a variety of skill sets and skill levels.

Advent of Code 2021 The Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be sol

Something like Asteroids but not really, done in CircuitPython
Something like Asteroids but not really, done in CircuitPython

CircuitPython Staroids Something like Asteroids, done in CircuitPython. Works with FunHouse, MacroPad, Pybadge, EdgeBadge, CLUE, and Pygamer. circuitp

To lazy to read your homework ? Get it done with LOL

LOL To lazy to read your homework ? Get it done with LOL Needs python 3.x L:::::::::L OO:::::::::OO L:::::::::L L:::::::

Owner
Brett Chapin
Brett Chapin
PyDateWaiter helps waiting special day & calculating remain days till that day with Python code.

PyDateWaiter (v.Beta) PyDateWaiter helps waiting special day(aniversary) & calculating remain days till that day with Python code. Made by wallga gith

wallga 1 Jan 14, 2022
A collection of daily usage utility scripts in python. Helps in automation of day to day repetitive tasks.

Kush's Utils Tool is my personal collection of scripts which is used to automated daily tasks. It is a evergrowing collection of scripts and will continue to evolve till the day I program. This is also my first python project.

Kushagra 10 Jan 16, 2022
Schemdule is a tiny tool using script as schema to schedule one day and remind you to do something during a day.

Schemdule is a tiny tool using script as schema to schedule one day and remind you to do something during a day. Platform Python Install Use pip: pip

StardustDL 4 Sep 13, 2021
My repository for the Advent of Code, starting from 2021

Advent of Code This is my repository for the Advent of Code (https://adventofcode.com/), starting from 2021. File Structure Inside each year folder, s

Yu-Ting 6 Dec 15, 2021
My solutions for Advent of Code 2021 🌟🎄

?? Advent of Code 2021 ?? My solutions for Advent of Code 2021. About · What is Advent of Code? · Contents · Usage · Table of puzzles (TODO: add final

Amanda P. Pinha 2 Dec 5, 2022
My solutions to Advent of Code 2021 (written in Python)

Advent of Code 2021 This repository contains my solutions for the 2021 edition of Advent of Code. Please do not expect perfectly polished solutions, m

Nils 2 May 29, 2022
Python solution of advent-of-code 2021

Advent of code 2021 Python solutions of Advent of Code 2021 written by Eric Bouteillon Requirements The solutions were developed and tested using Pyth

Eric Bouteillon 3 Oct 25, 2022
Advent of Code 2021 challenges

Data analysis Document here the project: AoC21 Description: Project Description Data Source: Type of analysis: Please document the project the better

Daniel Wendel 1 Jan 7, 2022
Solutions for the Advent of Code 2021 event.

About ?? This repository holds all of the solution code for the Advent of Code 2021 event. All solutions are done in Python 3.9.9 and done in non-real

robert yin 0 Mar 21, 2022
All solutions for the 2021 Advent of Code event.

Advent of Code 2021 Solutions All solutions for the 2021 Advent of Code event. Setup Create a file called .session. Go to adventofcode.com and copy th

Bruce Berrios 6 Dec 26, 2021