Skip to content

wiebecommajonas/aoc-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AOC 2021

Progress

Day Problem Part 1 Part 2
1 Sonar Sweep
2 Dive!
3 Binary Diagnostic
4 Giant Squid
5 Hydrothermal Venture
6 Lanternfish
7 The Treachery of Whales
8 Seven Segment Search
9 Smoke Basin
10 Syntax Scoring
11 Dumbo Octopus
12 Passage Pathing
13 Transparent Origami
14 Extended Polymerization
15 Chiton
16 Packet Decoder
17 Trick Shot
18 Snailfish

Information about this repository

This is supposed to be a commandline tool for the adventofcode.

Library

The library is essentially a helper to build the commandline tool. It automatically fetches the inputs of each day when they are needed.

Using this library, you can either build your own commandline tool, or you can modify the existing one and add your own solutions.

Binary

The binary aoc is the main part and in it you will find my solutions for each day as an example. It uses the library and provides a commandline tool to run each day.

Other

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages