AdventOfCode-Day7-SpaceAnalyser VS advent_of_code_22

Compare AdventOfCode-Day7-SpaceAnalyser vs advent_of_code_22 and see what are their differences.

AdventOfCode-Day7-SpaceAnalyser

C# .NET Core console app that solves the AdventOfCode Day 7 - Space Analyser puzzle. (by hariharansubramanian)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
AdventOfCode-Day7-SpaceAnalyser advent_of_code_22
2 2
0 2
- -
10.0 10.0
over 1 year ago over 1 year ago
C# Rust
- -
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.

AdventOfCode-Day7-SpaceAnalyser

Posts with mentions or reviews of AdventOfCode-Day7-SpaceAnalyser. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-08.
  • [2022 Day 7 (Part 1)][c#]
    3 projects | /r/adventofcode | 8 Jan 2023
    I've been at this for hours now and I've finally given up and took a look at solution thread. I've got it working with the help of this solution that I've found was very similar to my approach, but I can't wrap my head around why is it working.
  • -🎄- 2022 Day 7 Solutions -🎄-
    248 projects | /r/adventofcode | 6 Dec 2022
    C# Solution using Switch, LINQ & Recursive calculation of sub-directories - nothing fancy :/. code

advent_of_code_22

Posts with mentions or reviews of advent_of_code_22. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-06.
  • -🎄- 2022 Day 7 Solutions -🎄-
    248 projects | /r/adventofcode | 6 Dec 2022
    Yeah, I spend a lifetime (I'm tired sorry) wrestling with the borrow checker until I stumbled upon Rc and RefCell, I'm new so I did not know about it, and after a few rewriting I finally managed to get a real tree with ref inside. I probably would have finished 3 hours sooner if I tried the Hashmap approach, but I wanted that damn tree (code)