Advent-of-code Alternatives
Similar projects and alternatives to advent-of-code
-
-
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
AdventOfCode
My Advent of Code solutions. I also upload videos of my solves: https://www.youtube.com/channel/UCuWLIm0l4sDpEe28t41WITA (by jonathanpaulson)
-
Advent_of_Code_in_Pascal
My solutions to the Advent of Code, in Free Pascal
-
-
-
AoC-2020-solutions
My Python solutions to Advent of Code 2020! (by womogenes)
-
ONLYOFFICE
ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
-
-
-
-
-
-
adventofcode
Solutions for Advent of Code over the years (by sburuiana)
-
-
-
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
advent-of-code reviews and mentions
-
-🎄- 2020 Day 23 Solutions -🎄-
github (final version) and paste
Took a while to come up with a data structure that would make the moves efficiently. After a bit of thought today I realized I could use a (single) linked list with a dictionary from cup label to list node. Code: github (v1) runs in < 15 seconds on my machine.
Stats
bsamseth/advent-of-code is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of advent-of-code is Python.