Git Product home page Git Product logo

adventofcode's Introduction

AdventOfCode

Solutions to the Advent of Code programming puzzles in C# .NET 5. I'm using .NET 5 so that I don't get too far ahead of what Unity supports.

Originally forked from ShootMe/AdventOfCode to use their excellent infrastructure, utility classes, and puzzle class templating as a starting point.

All puzzle solutions are my work. Re-created this repo after 2021 Puzzle 8 so that my work on it shows up in my Contribution activity.

https://adventofcode.com/

Puzzles Completed

Year Stars Completed
2021 47 โญ (AoC++) 1-18, 20-25.1

Superlatives

Best Solution 2021 Puzzle 10 Solved cleanly and then refactored
Worst Solution 2021 Puzzle 8 Prematurely overgeneralized and overcomplicated
Best Finish 2021 Puzzle 22 Part 2 2248th
Worst Finish 2021 Puzzle 16 Part 2 19015th
Didn't Finish (yet) 2021 Puzzle 19 TBD
Hardest Puzzle 2021 Puzzle 18 Part 1 11148th in 17:52:36 (about 5 hrs. of work)

Data Structures/Algorithms Used

Puzzle DS/Classes Algorithms Notes
10 Espression stack Expression parsing w/ errors
11 2D Int Array Game of Life-ish
12 Undirected graph Graph traversal enumeration
13 2D Boolean Array, CharImage Folding
14 Dictionary<string/char, numeric>, StringBuilder Matching, counting
15 2D Arrays, Queue Finding shortest path
16 Bit array, Operator & operands class Decoding bit-based protocol, simple operator evaluation
17 Integer points Brute force trials with calculated bounds
18 Binary tree Applying rules to trees recursively
20 Bi-level image (CharImage) Simple image processing
21 Weighted game tree Recursive tree building and traversal

adventofcode's People

Contributors

ezocher avatar

Watchers

James Cloos 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.