aoc2017 VS aoc2018

Compare aoc2017 vs aoc2018 and see what are their differences.

aoc2017

My solutions for Advent of Code 2017, each in a different language. (by ttencate)

aoc2018

Advent of Code 2018 (by ednl)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
aoc2017 aoc2018
5 9
30 0
- -
0.0 0.0
about 3 years ago 10 months ago
Eiffel Jupyter Notebook
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

aoc2017

Posts with mentions or reviews of aoc2017. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-29.

aoc2018

Posts with mentions or reviews of aoc2018. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-05.
  • Working on integers consume more memory?
    1 project | /r/C_Programming | 28 Jun 2023
    Here's an example where switching to int8/int16 sped up my program 3x, but insignificantly compared to development and compile times, namely from 15 to 5 ms. I haven't profiled it but I suspect it's because of the reduced memmove amounts in my improvised bsearch-sorted-array-insertion. Made this yesterday, solution to Advent of Code 2018 day 20: https://github.com/ednl/aoc2018/blob/main/20.c
  • [All years, all days][C#.NET] Joined the 400 stars club!
    6 projects | /r/adventofcode | 5 May 2023
    I made this jupyter notebook for a better idea and to directly compare different grid serial numbers. I think the condition "stop when no new max has been found twice in a row" will work most of the time. I tested a few other serial numbers and it seemed OK: the condition is only true directly AFTER the absolute maximum. But yes, there could well be other serial numbers where there is a dip of length 2 BEFORE the absolute maximum. Screenshot of the graph from the notebook: https://i.imgur.com/VXXpZnh.png
  • Advent of Code (AoC) Day One
    6 projects | dev.to | 1 Dec 2021
    This is the seventh year puzzles, if you want to check out previous years take a look at: 2015, 2016, 2017, 2018, 2019, 2020
  • [2018 day 9] [C] Fast solution to the marble game
    4 projects | /r/adventofcode | 27 Nov 2021
    Well, I think I mostly got it. But what I couldn't figure out was which updates to skip, so maybe it can get a bit faster still. Time on the M1 Mac Mini was 4.3 ms for combined user+system, see below. That system time being as long as the user time is maybe from the massive heap allocation and init to zero at program start? I also tried to do it dynamically with malloc, without block initialisation, but that was a tiny bit slower, so I left it as a static array. Pi 400: 98 ms, old Macbook from 2013: 36 ms (both same deal: user time = system time). Code: https://github.com/ednl/aoc2018/blob/main/day09alt.c
  • [2018 Day 16 (Part 2)] Interpretation of 2018, day 16, part 2
    1 project | /r/adventofcode | 16 Oct 2021
    This is my solution in C which runs in under 2 ms: https://github.com/ednl/aoc2018/blob/main/day16.c

What are some alternatives?

When comparing aoc2017 and aoc2018 you can also consider the following projects:

aoc2016 - My solutions for Advent of Code 2016, each in a different language

advent-of-code - My Advent of Code submissions. For 2021 and before, these are the original code I used, without any modifications after-the-fact. As such, they are probably not as efficient or short as they should be, because I want a working solution faster, not a better solution. For 2022 and after, these are the solutions uploaded to my YouTube channel.

polyglot-of-code - Solving Advent of Code challenges, but everyday with a new language !

advent-of-code - My C# .NET solutions to the ever popular Advent of Code

AdventOfCode2019 - 🎄Solutions to all 25 AoC 2019 problems in Rust

Advent-of-Code - Advent of Code solutions

aoc2015 - Advent of Code 2015

AdventOfCode2020 - Solving Advent of Code 2020, each day in a different language

learnxinyminutes-docs - Code documentation written as code! How novel and totally my idea!

AdventOfCode2021 - Solutions to all 25 AoC 2021 problems in Rust :crab: Less than 100 lines per day and under 1 second total execution time! :christmas_tree:

AdventOfCode2020 - Solutions to all 25 AoC 2020 problems in Rust :christmas_tree:

AdventOfCode2015 - Solutions to all 25 AoC 2015 problems in Clojure! :christmas_tree: