An open API service indexing awesome lists of open source software.

https://github.com/bismarkhenao/advent-of-code-2022

The advent of code puzzles written in ES6 - https://adventofcode.com/
https://github.com/bismarkhenao/advent-of-code-2022

advent-of-code advent-of-code-2022 advent-of-code-2022-javascript

Last synced: about 1 month ago
JSON representation

The advent of code puzzles written in ES6 - https://adventofcode.com/

Awesome Lists containing this project

README

        

[![build-test](https://github.com/bismarkhenao/advent-of-code-2022/actions/workflows/node.js.yml/badge.svg?branch=main)](https://github.com/bismarkhenao/advent-of-code-2022/actions/workflows/node.js.yml)

# advent-of-code-2022
The advent of code puzzles written in ES6 - https://adventofcode.com/

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as interview prep, company training, university coursework, practice problems, a speed contest, or to challenge each other.

You don't need a computer science background to participate - just a little programming knowledge and some problem solving skills will get you pretty far. Nor do you need a fancy computer; every problem has a solution that completes in at most 15 seconds on ten-year-old hardware.