AdventOfCode2020
Solutions to all 25 AoC 2020 problems in Rust :christmas_tree: (by AxlLind)
awesome-zig | AdventOfCode2020 | |
---|---|---|
4 | 23 | |
1,285 | 28 | |
1.6% | - | |
0.0 | 2.6 | |
8 months ago | 4 months ago | |
Rust | ||
- | 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.
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.
awesome-zig
Posts with mentions or reviews of awesome-zig.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-22.
-
Zig seems great but it is still in its infancy.
I assume you got those repos from https://github.com/nrdmn/awesome-zig. I think some of those projects are one off thing for the authors, with no further maintenance/updates planned. Zig is still evolving, so incompatibility with older projects is expected. I personally had to update/fix a few repos I cloned for my testing.
-
Ziglings: Learn the Zig programming language by fixing tiny broken programs
A few folks are working on gameboy emulators: https://github.com/nrdmn/awesome-zig#emulators
-
zig for embedded
Do any of these help you out?
AdventOfCode2020
Posts with mentions or reviews of AdventOfCode2020.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-25.
-
I cannot be the one that thinks this: notice the gaps between each problem, does this mean we'll descend the islands later on?
AoC 2020 was like that too.
-
[2023 day 3 and 4] Day 4 is quite a bit higher than day 3. Do you think we will be jumping around like 2020, or will there just be a gap?
As a reminder, https://adventofcode.com/2020 started jumping at day 8
- Broken days order in 2020 calendar?
- 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.
-
What is a good way to learn .net?
Go through the AdventOfCode in C# - it will show you what you are missing when it comes to data types and algorithms.
-
[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
What are some alternatives?
When comparing awesome-zig and AdventOfCode2020 you can also consider the following projects:
ziglings - Learn the Zig programming language by fixing tiny broken programs.
adventofcode.sh - Advent of Code 2020 and 2015, done in bash. Because why not?
awesome-by-example - π A curated list of example-based learning resources.
advent-of-code-rust - πStarter template for solving Advent of Code in Rust.
xtensa-zig - Zig built against xtensa fork of LLVM for targetting ESP32
tour_of_rust - A tour of rust's language features