Solutions and questions for AoC2021. Merry christmas!

Overview

Advent of Code 2021

Merry christmas! 🎄 🎅

To get solutions and approximate execution times for implementations, please execute the run.py script in the following manner:

usage: AoC2021 pipieline [days] [parts] [options]
optional arguments:
-h, --help            show this help message and exit
-d, --days [DAYS [DAYS ...]]
                      set what days to solve
-s STATS, --stats STATS
                      set precision for benchmarking stats
-p, --parts [PARTS [PARTS ...]]
                      set which parts of a day to solve
-v, --verbose         set logging in verbose mode


$ python3 run.py -d 1 -p 1 2 -v -s micro
Solving day=01 part=1
---------------------
answer: 1393
time: 263782.0μs

Solving day=01 part=2
---------------------
answer: 1359
time: 262318.9μs

Propagated sufficient statistics
--------------------------------
slowest:  day 1 part 1
fastest:  day 1 part 2
variance:  535165.4025
mean:  263050.45   

If you have any suggestions on how to improve this pipeline, contact me or create a pull request!
Reach me at [email protected], happy star-hunting! 🎁

You might also like...
Google Landmark Recogntion and Retrieval 2021 Solutions

Google Landmark Recogntion and Retrieval 2021 Solutions In this repository you can find solution and code for Google Landmark Recognition 2021 and Goo

Experimental solutions to selected exercises from the book [Advances in Financial Machine Learning by Marcos Lopez De Prado]

Advances in Financial Machine Learning Exercises Experimental solutions to selected exercises from the book Advances in Financial Machine Learning by

Providing the solutions for high-frequency trading (HFT) strategies using data science approaches (Machine Learning) on Full Orderbook Tick Data.
Providing the solutions for high-frequency trading (HFT) strategies using data science approaches (Machine Learning) on Full Orderbook Tick Data.

Modeling High-Frequency Limit Order Book Dynamics Using Machine Learning Framework to capture the dynamics of high-frequency limit order books. Overvi

Exact Pareto Optimal solutions for preference based Multi-Objective Optimization

Exact Pareto Optimal solutions for preference based Multi-Objective Optimization

LeetCode Solutions https://t.me/tenvlad

leetcode LeetCode Solutions groupped by common patterns YouTube: https://www.youtube.com/c/vladten Telegram: https://t.me/nilinterface Problems source

Solutions of Reinforcement Learning 2nd Edition

Solutions of Reinforcement Learning, An Introduction

We evaluate our method on different datasets (including ShapeNet, CUB-200-2011, and Pascal3D+) and achieve state-of-the-art results, outperforming all the other supervised and unsupervised methods and 3D representations, all in terms of performance, accuracy, and training time. This is the unofficial code of  Deep Dual-resolution Networks for Real-time and Accurate Semantic Segmentation of Road Scenes. which achieve state-of-the-art trade-off between accuracy and speed on cityscapes and camvid, without using inference acceleration and extra data
Comments
  • Rewrite/solver-datautil-utils-setup

    Rewrite/solver-datautil-utils-setup

    :christmas_tree: Full rewrite of the proposed Advent of Code pipeline. Now automatically sets up the required directory structure and autoamtic requesting of missing files. Streamlined solver using subprocesses.

    opened by willeagren 0
Owner
Wilhelm Ågren
M.Sc.Eng student in Computer Science at KTH Royal Institute of Technology
Wilhelm Ågren
Christmas face app for Decathlon xmas coding party!

Christmas Face Application Use this library to create the perfect picture for your christmas cards! Done by Hasib Zunair, Guillaume Brassard and Samue

Hasib Zunair 4 Dec 20, 2021
The official implementation for ACL 2021 "Challenges in Information Seeking QA: Unanswerable Questions and Paragraph Retrieval".

Code for "Challenges in Information Seeking QA: Unanswerable Questions and Paragraph Retrieval" (ACL 2021, Long) This is the repository for baseline m

Akari Asai 25 Oct 30, 2022
A library for answering questions using data you cannot see

A library for computing on data you do not own and cannot see PySyft is a Python library for secure and private Deep Learning. PySyft decouples privat

OpenMined 8.5k Jan 2, 2023
A pytorch implementation of Reading Wikipedia to Answer Open-Domain Questions.

DrQA A pytorch implementation of the ACL 2017 paper Reading Wikipedia to Answer Open-Domain Questions (DrQA). Reading comprehension is a task to produ

Runqi Yang 394 Nov 8, 2022
Python Interview Questions

Python Interview Questions Clone the code to your computer. You need to understand the code in main.py and modify the content in if __name__ =='__main

ClassmateLin 575 Dec 28, 2022
EMNLP'2021: Simple Entity-centric Questions Challenge Dense Retrievers

EntityQuestions This repository contains the EntityQuestions dataset as well as code to evaluate retrieval results from the the paper Simple Entity-ce

Princeton Natural Language Processing 119 Sep 28, 2022
EMNLP'2021: Simple Entity-centric Questions Challenge Dense Retrievers

EntityQuestions This repository contains the EntityQuestions dataset as well as code to evaluate retrieval results from the the paper Simple Entity-ce

Princeton Natural Language Processing 50 Sep 24, 2021
Reinforcement-learning - Repository of the class assignment questions for the course on reinforcement learning

DSE 314/614: Reinforcement Learning This repository containing reinforcement lea

Manav Mishra 4 Apr 15, 2022
BMW TechOffice MUNICH 148 Dec 21, 2022
🏅 The Most Comprehensive List of Kaggle Solutions and Ideas 🏅

?? Collection of Kaggle Solutions and Ideas ??

Farid Rashidi 2.3k Jan 8, 2023