https://github.com/jeanextreme002/advent-of-code
:medal_sports: Solutions I created for Advent of Code in Python.
https://github.com/jeanextreme002/advent-of-code
advent-of-code computer-science python
Last synced: 15 days ago
JSON representation
:medal_sports: Solutions I created for Advent of Code in Python.
- Host: GitHub
- URL: https://github.com/jeanextreme002/advent-of-code
- Owner: JeanExtreme002
- License: mit
- Created: 2020-12-05T02:26:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-14T22:49:37.000Z (over 5 years ago)
- Last Synced: 2025-09-16T18:22:20.087Z (10 months ago)
- Topics: advent-of-code, computer-science, python
- Language: Python
- Homepage:
- Size: 67.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent-of-Code
This repository contains the solutions I created for the Advent of Code's challenges in Python.
> [Advent of Code](https://adventofcode.com/) 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 a speed contest,
interview prep, company training, university coursework, practice problems, 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.