Skip to content

Matbabs/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdventOfCode

My solutions to the adventofcode.com puzzles.


Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as interview prep, company training, university coursework, practice problems, a speed contest, or to challenge each other.

Table of Contents

The calendar for the 2021 event.

About

This repository contains my solutions to the Advent of Code puzzles. I try to solve the puzzles in different programming languages (C++, Golang, Python), so that I can learn new languages and improve my skills in the ones I already know.

Getting Started

Prerequisites

  • C++ compiler (e.g. g++)
  • Golang compiler (e.g. go)

Installation

  1. Clone the repo
git clone https://github.com/Matbabs/AdventOfCode.git
  1. Compile the code
# CPP
g++ 1.cpp -o 1
# Go
go build 1.go
  1. Run the code
# CPP and Go
./1
# Python
python3 1.py

Contact

Matbabs - @_Matbabs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published