Skip to content

andrehcmoraes/adventofcode-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adventofcode-2021

Advent of Code 2021 - https://adventofcode.com/2021

Leaderboard dos brothers - DanielSidhion

Mostly in C or Python or w/e

Part A solutions (silver star) are more naive.

Part B solutions (gold stars) usually offers a more optimized approach.

Compiling

A Makefile is provided in order to compile the binaries for a single run

For example, in order to see the Day 5 solutions

make day05

In order to debug Day 6 solutions with valgrind

make debug06

In order to time Day 7 solutions

make time07

About

Advent of Code 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published