Coder Social home page Coder Social logo

advent-of-code-2021's Introduction

Advent of code 2021

Welcome to my trip in learning a bit of golang while doing the Advent of Code.

Requirements:

  • emacs
  • org-mode
  • golang

You can run the challenges by executing this readme:

./README.org <challenge-id>(eg: 0101)

Day 1: Sonar Sweep

Count the number of times a depth measurement increases from the previous measurement. NB: When looping the first item, there is no previous measurement.

Result 0101

Source

cat ../dataset/01.txt | go run aoc 0101
1400

Part two Count the number of times the sum of measurements in this sliding window increases from the previous sum.

Result 0102

Source

cat ../dataset/01.txt | go run aoc 0102
1429

Day 2: Dive!

Calculate the horizontal position and depth you would have after following the planned course. What do you get if you multiply your final horizontal position by your final depth?

Result 0201

Source

cat ../dataset/02.txt | go run aoc 0201
1580000

Part two Using this new interpretation of the commands, calculate the horizontal position and depth you would have after following the planned course. What do you get if you multiply your final horizontal position by your final depth?

Result 0202

Source

cat ../dataset/02.txt | go run aoc 0202
1251263225

advent-of-code-2021's People

Contributors

m3kh avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

tgbugs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.