Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ksalekk/advent-of-code-2023
https://github.com/ksalekk/advent-of-code-2023
advent-of-code challenge java
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ksalekk/advent-of-code-2023
- Owner: ksalekk
- Created: 2023-12-02T13:06:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-29T19:07:38.000Z (9 months ago)
- Last Synced: 2024-11-20T12:36:32.442Z (3 months ago)
- Topics: advent-of-code, challenge, java
- Language: Java
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎄 Advent of Code 2023
This repository contains my solutions and explorations for the Advent of Code challenges.
Advent of Code is an annual coding event where participants tackle a series of programming puzzles and challenges throughout the month of December. Each day unveils a new problem to solve, covering various algorithms, data structures, and programming paradigms.
I'll be solving challenges using Java language.