Code Monkey home page Code Monkey logo

adventofcode's Introduction

๐ŸŽ„ Advent of Code

This repo holds my solutions for Advent of Code. I have done 2015, part of 2021 and 2022. I only upload the code that got me the solution. This means there is no rewriting anything to make it more clean after that.

๐Ÿ›  How to use

To use this template, first download it and install the dependency:

 $ git clone --single-branch --branch template https://github.com/MauritsWilke/AdventOfCode.git

 # Not required but adviced:

 $ git branch -m main

 $ npm i

Open it in any editor (Visual Studio Code recommended) and add a folder for the day you want to solve under its year (2015/04). Copy the files from template into the folder.

To run your solutions, make sure you compile first (npx tsc) and then run node . which will start the CLI (or pass arguments to skip the CLI: node . 2022 02 1).

If you have any questions on how to use the template, feel free to DM me on Discord: The Almighty One#3365

Days I want to improve later

These are days with solutions I am ashamed of and want to improve on later ๐Ÿ˜…

Advent of Code - Stuck checklist

  • Check your input data, copy and paste it again.
  • Check your hardcoded values, delete them and retype them.
  • If you have a grid, check if the X and Y are correct in all cases
  • Check if you're not programming in template/partX.ts ๐Ÿ˜“

adventofcode's People

Contributors

mauritswilke avatar sadboisinc avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.