advent-of-code VS AdventOfCode2022

Compare advent-of-code vs AdventOfCode2022 and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
advent-of-code AdventOfCode2022
12 2
2 0
- -
8.2 10.0
4 months ago over 1 year ago
TypeScript Python
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.

advent-of-code

Posts with mentions or reviews of advent-of-code. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-07.

AdventOfCode2022

Posts with mentions or reviews of AdventOfCode2022. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-20.
  • -🎄- 2022 Day 21 Solutions -🎄-
    124 projects | /r/adventofcode | 20 Dec 2022
    Python AND Js https://github.com/Phil-DS/AdventOfCode2022/tree/master/day21 Started in Python, but felt that JS's better object manipulation was nicer for part 1. Saw part 2 and realized that Python's Complex numbers would be really useful here, as it allows algebra, so rewrote everything back to python, set 'humn' to 1j and just got the names of the functions in 'root'. Really nice, and nearly went with a tree to solve the 2nd part XD
  • -🎄- 2022 Day 18 Solutions -🎄-
    74 projects | /r/adventofcode | 17 Dec 2022
    Python https://github.com/Phil-DS/AdventOfCode2022/tree/master/day18 Nice and easy. Part 1: Run through the list and calculate 6 - (number of adjacent). Part 2: got the negative space using sets, and ran a flood fill to find the air pockets, discarding the one containing (0,0,0). Then, ran the SA calc from part 1 on the air pockets and took that away from the answer to part 1. (Coord range seems to be 0,22 in all 3 dimensions)

What are some alternatives?

When comparing advent-of-code and AdventOfCode2022 you can also consider the following projects:

noulith - *slaps roof of [programming language]* this bad boy can fit so much [syntax sugar] into it

adventofcode - Advent of code solutions

aoc-2022 - Advent of Code 2022!

AdventOfCode-Java - adventOfCode(Language.JAVA);

AdventOfCode2022 - My AoC22 Solutions

adventofcode - Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 and 2023 in Scala

aoc2022 - Advent of Code 2022 Solutions

adventofcode - Advent of Code challenge solutions

advent-of-code - my solutions for https://adventofcode.com/

advent - advent of code

adventofcode-hs-2022 - Solutions to https://adventofcode.com/2022 (complete)

AoC - my personal repo for the advent of code yearly challenge