Adventofcode Alternatives
Similar projects and alternatives to adventofcode
-
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
adventofcode
Solutions for problems from AdventOfCode.com (by bhosale-ajay)
-
-
advent-of-code-go
All 8 years of adventofcode.com solutions in Go/Golang; 2015 2016 2017 2018 2019 2020 2021 2022
-
Advent_of_Code_in_Pascal
My solutions to the Advent of Code, in Free Pascal
-
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
My solutions for the Advent of Code (by JesperDramsch)
-
-
-
-
-
-
Advent-of-Code
C# solutions for Advent of Code puzzles (by DjolenceTipic)
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
adventofcode reviews and mentions
-
-🎄- 2021 Day 12 Solutions -🎄-
Hmm, interesting! I'm definitely not getting the input on compile time either. I'm using a function in my util mod to either get it from the web (for the first time and store it) or read from a file (I did the flamegraph not on the first run). I see you are using std::fs::read_to_string to read your file. I'm using another method to read the files in a similar way but also use a BufReader in the middle of it. I'm not sure if it can make that of a difference but that seems like the only difference considering the rest of the parsing looks similar with iter/map stuff.
-
-🎄- 2020 Day 22 Solutions -🎄-
RUST