advent_of_code_2021

advent of code solutions (javascript) (by nathanesau)

Advent_of_code_2021 Alternatives

Similar projects and alternatives to advent_of_code_2021

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better advent_of_code_2021 alternative or higher similarity.

advent_of_code_2021 reviews and mentions

Posts with mentions or reviews of advent_of_code_2021. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-04.
  • -🎄- 2021 Day 5 Solutions -🎄-
    220 projects | /r/adventofcode | 4 Dec 2021
    python x, y = x1, y1 counter[(x,y)] += 1 while x != x2 or y != y2: if (x2 != x1) x = (x2 >= x1) ? x + 1: x - 1; if (y2 != y1) y = (y2 >= y1) ? y + 1: y - 1; counter[(x,y)] += 1; see https://github.com/nathanesau/advent_of_code_2021/blob/main/solutions/aoc2021_day05.js

Stats

Basic advent_of_code_2021 repo stats
1
0
4.2
over 2 years ago

The primary programming language of advent_of_code_2021 is CSS.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com