SaaSHub helps you find the best software and product alternatives Learn more →
AdventOfCode2020 Alternatives
Similar projects and alternatives to AdventOfCode2020
-
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
adventofcode.sh
Advent of Code 2020 and 2015, done in bash. Because why not?
-
-
advent-of-code-rust
My solutions to Advent Of Code (by ithinuel)
-
Rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
advent-of-code-rust
🎄Starter template for solving Advent of Code in Rust.
-
-
-
advent-2021
[Moved to: https://github.com/Crazytieguy/advent-of-code] (by Crazytieguy)
-
-
rust-by-example
Learn Rust with examples (Live code editor included)
-
advent-of-code-go
All 8 years of adventofcode.com solutions in Go/Golang; 2015 2016 2017 2018 2019 2020 2021 2022
-
adventofcode
Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 and 2023 in Scala (by sim642)
-
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:
-
-
-
-
adventofcode
Solutions for problems from AdventOfCode.com (by bhosale-ajay)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
AdventOfCode2020 reviews and mentions
- Aoe2 datasets
-
Zig seems great but it is still in its infancy.
I learned Zig first from the official guide at https://ziglang.org/learn/getting-started/, then from https://ziglearn.org/. I also used Zig to go through https://adventofcode.com/2020, which more about solving given tasks. At certain point you will be ready to read source code of Zig's std library in place for documentation.
-
[2021 Day 1-25][Rust] Solutions to all of this year's problems in terse and clean Rust
2020 in Rust
-
-🎄- 2021 Day 23 Solutions -🎄-
Link to full solution
-
-🎄- 2021 Day 19 Solutions -🎄-
Phew, almost 2 hours of intense coding. This was an incredibly difficult day. Got flashbacks to day 20 of last year.
-
Advent of Code (AoC) Day One
This is the seventh year puzzles, if you want to check out previous years take a look at: 2015, 2016, 2017, 2018, 2019, 2020
-
Advent of Code 2021
It actually was on day 19, it's just that puzzle #13 was the 19th puzzle given out [1]. I'm not sure why the numbers didn't come in order last year.
[1]: https://adventofcode.com/2020 shows the number order
-
It's been 20 days since I started learning rust as my first language. Terrible experience. Should I move forward?
I find that the "advent of code" project always has some nice challenges and you can access the previous years like https://adventofcode.com/2020. They tend to get complex and/or complicated quickly, but usually the first few are easy enogh, while sill giving you a challenge to learn something new.
-
What do you think is the best way to learn Rust?
https://adventofcode.com/2020 gives you well defined, deterministic problems that can be solved in a variety of ways. I'm loving it.
-
[2020 Day 9] Part 2 - What is the most efficient algorithm?
One important thing to note is that all numbers in the input are positive. Since they are all positive it can be solved quite easily in linear time, O(n), and O(1) memory complexity. See algorithm here. I used this algorithm in my Rust solution.
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0fa006ccd0>
www.saashub.com | 5 Dec 2023
Stats
AxlLind/AdventOfCode2020 is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of AdventOfCode2020 is Rust.
Popular Comparisons
- AdventOfCode2020 VS tour_of_rust
- AdventOfCode2020 VS adventofcode.sh
- AdventOfCode2020 VS aoc2021
- AdventOfCode2020 VS easy_rust
- AdventOfCode2020 VS advent-of-code-rust
- AdventOfCode2020 VS awesome-zig
- AdventOfCode2020 VS advent-of-code-rust
- AdventOfCode2020 VS rust-by-example
- AdventOfCode2020 VS advent-of-code-2020
- AdventOfCode2020 VS aoc2021