Giter Club home page Giter Club logo

adventofcode's Introduction

December 2018 Advent of Code

A series of holiday-themed coding challenges. This implementation is written in C# using .NET Core 2.1.

Getting Started

Open the AdventOfCode solution file. There is one project for each challenge, and a testing project which contains nunit test fixtures for each challenge.

By default, these build to DLLs, but the Day 1 challenge has an example publication configuration for a standalone executable.

Design Goals

These solutions are designed primarily to be readable and comprehensible "reference" implementations of the solutions to these challenges. They are purposefully not the most concise, clever, or computation-efficient possible implementations; rather, they are designed to be "developer-efficient," meaning (hopefully) easy to understand and well-organized.

Put another way: The goal is to produce code that the average software developer would have no problem loading up and learning to use fairly quickly, with enough validation (tests) and explanation (comments) to make them easy to understand, but no more than that.

If I've already solved a problem, I probably won't choose to go back and improve it after reading other peoples' solutions, but I will usually annotate it with ways it could be improved.

Built With

  • Visual Studio 2017 Community Editionl
  • .NET Core 2.1
  • NUnit 3.11.0
  • NUnit Test Adapter for Visual Studio 3.12.0

Contributing

I'm happy to recieve feedback in the form of emails, comments, pull requests, issues etc.

Authors

License

This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC-BY-NC-SA 4.0).

TL;DR: You may use this project for non-commerical purposes so long as you credit the original work to me, and offer your work under these same terms.

View the full text of the license here: https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode

adventofcode's People

Contributors

frogsquire avatar

Watchers

 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.