https://github.com/onemoredavid/2023-adventofcode
My repo for the Advent Of Code (2023) challenges
https://github.com/onemoredavid/2023-adventofcode
Last synced: about 1 year ago
JSON representation
My repo for the Advent Of Code (2023) challenges
- Host: GitHub
- URL: https://github.com/onemoredavid/2023-adventofcode
- Owner: OneMoreDavid
- License: mpl-2.0
- Created: 2023-12-01T19:39:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T11:00:18.000Z (over 2 years ago)
- Last Synced: 2025-04-22T12:13:37.799Z (about 1 year ago)
- Language: Python
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2023-adventOfCode
My repo for the Advent Of Code (2023) challenges
___
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.
Click here for more and to join the challenge: [About Advent of Code](https://adventofcode.com/2023/about)