advent-of-code-2020

Advent of code 2020 using Golang (by CodingNagger)

Advent-of-code-2020 Alternatives

Similar projects and alternatives to advent-of-code-2020

  • AdventOfCode2020

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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better advent-of-code-2020 alternative or higher similarity.

advent-of-code-2020 reviews and mentions

Posts with mentions or reviews of advent-of-code-2020. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2020-12-22.
  • [2020, Day 22, Part 2] Is there a way to speed up the state checking?
    2 projects | /r/adventofcode | 22 Dec 2020
    Personally, I had a map with string keys and boolean values unique to each game. Upon starting a new round, I would compute the state under string form, something like "1,2,3|8,9,7" where 1,2,3 are the cards for player 1 and 8,9,7 the cards from player 2. If the map contains that key I end the game with a player 1 win if not I add a new entry. There you get a complexity of O(1) to lookup values. My code is there: https://github.com/CodingNagger/advent-of-code-2020/blob/master/pkg/days/day22/computer.go

Stats

Basic advent-of-code-2020 repo stats
1
5
0.0
almost 3 years ago

The primary programming language of advent-of-code-2020 is Go.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com